Skip to content

Commit d9cf949

Browse files
committed
Allow cleanup of files to make distcheck happy
1 parent c321d8f commit d9cf949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proxy/man/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8
3333
$(XMLLINT) $(XMLLINT_FLAGS) $<
3434
$(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) $(DOCBOOK_XSLT) $<
3535

36+
clean-local:
37+
rm -f $(man_MANS)
38+
3639
########################
3740
# MANPAGE TRANSLATIONS #
3841
########################

0 commit comments

Comments
 (0)