summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-01-25 15:44:11 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-01-25 15:48:00 -0500
commit3aadf096716d0610d97e90c57017283f1c13c805 (patch)
tree9af37383cadcb17fa30552b52bdb70ff302211be
parent9dc0e2f7a199aecea039aece6f4b6d6d5b3900db (diff)
downloadsssd-3aadf096716d0610d97e90c57017283f1c13c805.tar.gz
sssd-3aadf096716d0610d97e90c57017283f1c13c805.tar.xz
sssd-3aadf096716d0610d97e90c57017283f1c13c805.zip
Update man.stamp when the potfile or po4a.cfg is updated
-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 $@