]> git.lyx.org Git - features.git/commitdiff
make .po.pox work when builddir != srcdir
authorAllan Rae <rae@lyx.org>
Thu, 4 Apr 2002 06:30:34 +0000 (06:30 +0000)
committerAllan Rae <rae@lyx.org>
Thu, 4 Apr 2002 06:30:34 +0000 (06:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3894 a592a061-630c-0410-9148-cb99ea01b6c8

po/ChangeLog
po/Makefile.in.in

index 7ac7c2065cf54c8888bc86b15222a35d35098342..45f8182c2e5713d1c1be47952e19150cb0081c83 100644 (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
index 6e414efdbd4f40b6a293b9d936418f1f6af05d96..f80ea5da1343975e884ddd0fcef624a8ad92bd85 100644 (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: