diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-25 15:44:11 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-25 15:48:00 -0500 |
commit | 3aadf096716d0610d97e90c57017283f1c13c805 (patch) | |
tree | 9af37383cadcb17fa30552b52bdb70ff302211be | |
parent | 9dc0e2f7a199aecea039aece6f4b6d6d5b3900db (diff) | |
download | sssd-3aadf096716d0610d97e90c57017283f1c13c805.tar.gz sssd-3aadf096716d0610d97e90c57017283f1c13c805.tar.bz2 sssd-3aadf096716d0610d97e90c57017283f1c13c805.zip |
Update man.stamp when the potfile or po4a.cfg is updated
-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 $@ |