make .po.pox work when builddir != srcdir

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3894 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2002-04-04 06:30:34 +00:00
parent c7db12d1ac
commit 567dfee6a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-04-04 Allan Rae <rae@lyx.org>
* Makefile.in.in (.po.pox): make it work when builddir != srcdir
2002-04-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
* da.po: update from Claus Hindsgaul

View File

@ -63,7 +63,7 @@ CATALOGS = @CATALOGS@
$(COMPILE) $<
.po.pox:
$(MAKE) $(PACKAGE).pot
$(MAKE) $(srcdir)/$(PACKAGE).pot
$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
.po.mo: