summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ax25ipd/Makefile.am1
-rw-r--r--ax25mond/Makefile.am1
-rw-r--r--ax25rtd/Makefile.am3
3 files changed, 5 insertions, 0 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am
index bdd3e57..e579b9f 100644
--- a/ax25ipd/Makefile.am
+++ b/ax25ipd/Makefile.am
@@ -4,6 +4,7 @@ sbin_PROGRAMS = ax25ipd
man_MANS = ax25ipd.8 ax25ipd.conf.5
EXTRA_DIST = ax25ipd.man ax25ipd.conf.man $(etcfiles) $(doc_DATA)
+CLEANFILES = ax25ipd.8 ax25ipd.8.tmp ax25ipd.conf.5 ax25ipd.conf.5.tmp
ax25ipd.8: ax25ipd.man
name_ax25ipd=$$(echo ax25ipd | sed -e '$(transform)') \
diff --git a/ax25mond/Makefile.am b/ax25mond/Makefile.am
index dae6c5a..19c8b9a 100644
--- a/ax25mond/Makefile.am
+++ b/ax25mond/Makefile.am
@@ -4,6 +4,7 @@ sbin_PROGRAMS = ax25mond
man_MANS = ax25mond.8 ax25mond.conf.5
EXTRA_DIST = ax25mond.man ax25mond.conf.man $(etcfiles)
+CLEANFILES = ax25mond.8 ax25mond.8.tmp ax25mond.conf.5 ax25mond.conf.5.tmp
ax25mond.8: ax25mond.man
name_ax25mond=$$(echo call | sed -e '$(transform)') \
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)') \