From: Arvin Schnell Date: Thu, 6 Jun 2013 13:48:33 +0000 (+0200) Subject: - added cleanup rule X-Git-Tag: v0.1.5~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e0bca4a6b0696e22c5a2e4d0e20ef9803012425;p=thirdparty%2Fsnapper.git - added cleanup rule --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d9dbdc42..f2137303 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,3 +15,6 @@ TXTS = dbus-protocol.txt EXTRA_DIST = $(TXTS) +clean-local: + rm -f *.8 manpage.* +