mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
c7db12d1ac
commit
567dfee6a0
@ -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
|
||||
|
@ -63,7 +63,7 @@ CATALOGS = @CATALOGS@
|
||||
$(COMPILE) $<
|
||||
|
||||
.po.pox:
|
||||
$(MAKE) $(PACKAGE).pot
|
||||
$(MAKE) $(srcdir)/$(PACKAGE).pot
|
||||
$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
|
||||
|
||||
.po.mo:
|
||||
|
Loading…
Reference in New Issue
Block a user