diff options
-rw-r--r-- | gnu/usr.bin/texinfo/po/Makefile.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/po/Makefile.in.in b/gnu/usr.bin/texinfo/po/Makefile.in.in index 0249cd08ee2..6fd1820110c 100644 --- a/gnu/usr.bin/texinfo/po/Makefile.in.in +++ b/gnu/usr.bin/texinfo/po/Makefile.in.in @@ -91,7 +91,7 @@ all: all-@USE_NLS@ all-yes: cat-id-tbl.c $(CATALOGS) all-no: -$(PACKAGE).pot: $(POTFILES) +$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in @@ -103,8 +103,8 @@ $(PACKAGE).pot: $(POTFILES) && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot; \ fi -cat-id-tbl.c: stamp-cat-id -stamp-cat-id: $(PACKAGE).pot +$(srcdir)/cat-id-tbl.c: stamp-cat-id +$(srcdir)/stamp-cat-id: $(PACKAGE).pot rm -f cat-id-tbl.tmp sed -f ../intl/po2tbl.sed $(srcdir)/$(PACKAGE).pot \ | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp |