aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc/Makefile.am
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2019-09-18 09:14:59 -0400
committerSimon Marchi <simon.marchi@efficios.com>2019-09-18 09:14:59 -0400
commit2b44a6a237320a390284b1a8237a6bed67d5401f (patch)
tree690e26576f0515ad08b9e4c528551ad20f37cedc /binutils/doc/Makefile.am
parent89ae5e692398f008d06a8e38d1b531131f41a683 (diff)
downloadfsf-binutils-gdb-2b44a6a237320a390284b1a8237a6bed67d5401f.zip
fsf-binutils-gdb-2b44a6a237320a390284b1a8237a6bed67d5401f.tar.gz
fsf-binutils-gdb-2b44a6a237320a390284b1a8237a6bed67d5401f.tar.bz2
binutils: doc: make `make clean` clean more things
There is a bunch of things left over after a `make clean` in the doc directory. This patch changes the Makefile so that everything built by make is cleaned: - man pages (the man_MANS variable) - cxxfilt.man - binutils.info I am not sure why the last one was in MAINTAINERCLEANFILES. It's generated from binutils.texi using makeinfo, and it's not particularly long to build, so I don't see why it shouldn't be cleaned like the other files. Note: with my automake 1,15.1 (built from source), I get a spurious diff in Makefile.in, where the runstatedir = @runstatedir@ line gets removed. I am not sure why, but I haven't included it. binutils/ChangeLog: * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages, cxxfilt.man and binutils.info. (MAINTAINERCLEANFILES): Remove. * doc/Makefile.in: Re-generate.
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r--binutils/doc/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am
index 9eabaa7..c58fa68 100644
--- a/binutils/doc/Makefile.am
+++ b/binutils/doc/Makefile.am
@@ -162,7 +162,7 @@ cxxfilt.man: $(binutils_TEXI)
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
rm -f $(DEMANGLER_NAME).pod
-MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
+MOSTLYCLEANFILES = $(man_MANS) binutils.info cxxfilt.man
$(DEMANGLER_NAME).1: cxxfilt.man Makefile
if test -f cxxfilt.man; then \
@@ -174,8 +174,6 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile
-e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \
> $(DEMANGLER_NAME).1
-MAINTAINERCLEANFILES = binutils.info
-
# Maintenance
# We need it for the taz target in ../../Makefile.in.