summaryrefslogtreecommitdiffstats
path: root/proxy/man
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-07-10 09:19:23 -0400
committerSimo Sorce <simo@redhat.com>2012-07-10 09:28:14 -0400
commitd9cf94921760c84a799491f929e2ffd2649dfb65 (patch)
tree53438ef1358824ec7279f4e5ab3414080c8e5ba2 /proxy/man
parentc321d8f8394ee0ac87f4a2fc5861aa6a3ef29cbd (diff)
downloadgss-proxy-d9cf94921760c84a799491f929e2ffd2649dfb65.tar.gz
gss-proxy-d9cf94921760c84a799491f929e2ffd2649dfb65.tar.xz
gss-proxy-d9cf94921760c84a799491f929e2ffd2649dfb65.zip
Allow cleanup of files to make distcheck happy
Diffstat (limited to 'proxy/man')
-rw-r--r--proxy/man/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/man/Makefile.am b/proxy/man/Makefile.am
index 1e73683..0d06c86 100644
--- a/proxy/man/Makefile.am
+++ b/proxy/man/Makefile.am
@@ -33,6 +33,9 @@ SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8
$(XMLLINT) $(XMLLINT_FLAGS) $<
$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(DOCBOOK_XSLT) $<
+clean-local:
+ rm -f $(man_MANS)
+
########################
# MANPAGE TRANSLATIONS #
########################