summaryrefslogtreecommitdiffstats
path: root/config/commence-doc.am
diff options
context:
space:
mode:
Diffstat (limited to 'config/commence-doc.am')
-rw-r--r--config/commence-doc.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/commence-doc.am b/config/commence-doc.am
deleted file mode 100644
index f3dea24..0000000
--- a/config/commence-doc.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## config/commence-doc.am
-## This file supplies Makefile.am files in the doc directory (and subdirectories)
-## with the rules they need.
-
-include $(top_srcdir)/config/commence.am
-
-# Ignore most rules
-lib progs check test _test check-p check-s:
- @echo "Nothing to be done"
-
-tests dep depend:
- @@SETX@; for d in X $(SUBDIRS); do \
- if test $$d != X; then \
- (cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
- fi;
- done
-
-# In docs directory, install-doc is the same as install
-install-doc install-all:
- $(MAKE) $(AM_MAKEFLAGS) install
-uninstall-doc uninstall-all:
- $(MAKE) $(AM_MAKEFLAGS) uninstall