summaryrefslogtreecommitdiffstats
path: root/src/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/Makefile.am')
-rw-r--r--src/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am
index e09e7a585..b436b9e83 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 $@