Skip to content

Commit

Permalink
Allow cleanup of files to make distcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed Jul 10, 2012
1 parent c321d8f commit d9cf949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxy/man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
########################
Expand Down

0 comments on commit d9cf949

Please sign in to comment.