summaryrefslogtreecommitdiffstats
path: root/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'proxy')
-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 #
########################