From 29ca66031af080a28bcf5fcd6f79137c50a92cc5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Jun 2013 12:49:35 +0000 Subject: Remove generated man pages on make distclean. --- ax25ipd/Makefile.am | 1 + ax25mond/Makefile.am | 1 + ax25rtd/Makefile.am | 3 +++ 3 files changed, 5 insertions(+) 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)') \ -- cgit v1.2.3