summaryrefslogtreecommitdiffstats
path: root/ax25rtd/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 12:49:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-06-04 12:49:35 +0000
commit29ca66031af080a28bcf5fcd6f79137c50a92cc5 (patch)
tree0fae57bbe1838a642320719131bc2cc95dae99ef /ax25rtd/Makefile.am
parentdd36d3cf68681485d41d16736e6191837f6e9ee6 (diff)
Remove generated man pages on make distclean.
Diffstat (limited to 'ax25rtd/Makefile.am')
-rw-r--r--ax25rtd/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am
index 868a486..d97cc5d 100644
--- a/ax25rtd/Makefile.am
+++ b/ax25rtd/Makefile.am
@@ -3,6 +3,9 @@ etcfiles = ax25rtd.conf
varfiles = ax25_route ip_route
man_MANS = ax25rtd.8 ax25rtctl.8 ax25rtd.conf.5
+CLEANFILES = ax25rtd.8 ax25rtd.8.tmp \
+ ax25rtctl.8 ax25rtctl.8.tmp \
+ ax25rtd.conf.5 ax25rtd.conf.5.tmp
ax25rtd.8: ax25rtd.man
name_ax25rtd=$$(echo ax25rtd | sed -e '$(transform)') \