mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix i18n.inc creation with some out of tree builds
Actually, POFILES already contains the relative path to the po files, so that the old code was only working by chance when the source and build directories were at same level.
This commit is contained in:
parent
0c7bd9a57f
commit
bd890842f5
@ -57,4 +57,4 @@ formats_l10n.pot: $(top_srcdir)/lib/configure.py
|
|||||||
|
|
||||||
# LyX specific code to generate l10n statistics for the web site
|
# LyX specific code to generate l10n statistics for the web site
|
||||||
i18n.inc: $(POFILES) postats.py
|
i18n.inc: $(POFILES) postats.py
|
||||||
(cd $(srcdir) ; $(PYTHON) postats.py "$(VERSION)" $(POFILES)) >$@
|
$(PYTHON) $(srcdir)/postats.py "$(VERSION)" $(POFILES) >$@
|
||||||
|
Loading…
Reference in New Issue
Block a user