aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-10-20 14:30:21 +0200
committerBjörn Gustavsson <[email protected]>2011-10-27 12:52:54 +0200
commit688002a16af52b2348fbc9e285ef4df32ee0e5fd (patch)
tree56c1513d06d4056faed0a7821bb8e478cc252be1 /lib/common_test
parenta971c9568ccebed4e8d00abf52faa59a2bcc1c18 (diff)
downloadotp-688002a16af52b2348fbc9e285ef4df32ee0e5fd.tar.gz
otp-688002a16af52b2348fbc9e285ef4df32ee0e5fd.tar.bz2
otp-688002a16af52b2348fbc9e285ef4df32ee0e5fd.zip
doc Makefiles: Eliminate DOCSUPPORT ifdefs
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles.
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile
index 3ea6ae65d5..964f7c76c1 100644
--- a/lib/common_test/doc/src/Makefile
+++ b/lib/common_test/doc/src/Makefile
@@ -138,12 +138,6 @@ man: $(MAN6_FILES) $(MAN3_FILES) $(MAN1_FILES)
debug opt:
-#
-# checkout make.dep before generating new dependecies
-#
-#make_doc_depend: xml
-# docdepend > make.dep
-
clean clean_docs:
rm -f $(CT_XML_FILES)
rm -rf $(HTMLDIR)/*
@@ -176,12 +170,3 @@ release_docs_spec: docs
release_spec:
release_tests_spec:
-
-# ----------------------------------------------------
-# Include dependency
-# ----------------------------------------------------
-
-include make.dep
-# DO NOT DELETE
-
-