summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 11:46:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-16 11:46:06 (EDT)
commitbd88a07a34531c646dd4299614f5905b9f6e041f (patch)
tree0f93e1390c09797fc0135bee09e4b8dac9622449 /Makefile.am
parent2a21a8f9567ae1042f60900f2fd1bfa72946b888 (diff)
Makefile.am: Move man/*.*.mdwn to CLEANFILES
Fixes: 3rdparty/local.mk:7: warning: clean-local was already defined in condition TRUE, which includes condition EMBEDDED_USIGN ... Makefile.am:229: '3rdparty/local.mk' included from here Makefile.am:149: ... 'clean-local' previously defined here
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ed99230..fd86f2d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,7 @@ CLEANFILES = \
$(locale_MESSAGES) \
$(man1_MANS) \
$(man8_MANS) \
+ man/*.*.mdwn \
.builddirstamp
EXTRA_DIST = \
autogen.sh \
@@ -146,9 +147,6 @@ uninstall-local:
rm -f "$${dir}/$(TEXTDOMAIN).ms"; \
done
-clean-local:
- rm -f man/*.*.mdwn
-
really-clean: distclean
rm -Rf $(srcdir)/aclocal.m4 $(srcdir)/autom4te.cache/ \
$(srcdir)/configure \