diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am index e09e7a58..b436b9e8 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -73,7 +73,7 @@ XML_DOC = $(wildcard $(srcdir)/*.xml) $(wildcard $(srcdir)/include/*.xml) if HAVE_PO4A # FIXME: Use a stamp file until po4a supports them internally. -man.stamp: $(XML_DOC) +man.stamp: $(XML_DOC) $(POTFILE) $(PO4A_CONFIG) cd $(srcdir) && \ $(PO4A) $(PO4A_BUILD_OPTS) $(PO4A_CONFIG) touch $@ |