diff options
author | Björn Gustavsson <[email protected]> | 2011-10-20 14:30:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-27 12:52:54 +0200 |
commit | 688002a16af52b2348fbc9e285ef4df32ee0e5fd (patch) | |
tree | 56c1513d06d4056faed0a7821bb8e478cc252be1 /lib/syntax_tools/doc/Makefile | |
parent | a971c9568ccebed4e8d00abf52faa59a2bcc1c18 (diff) | |
download | otp-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/syntax_tools/doc/Makefile')
-rw-r--r-- | lib/syntax_tools/doc/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/syntax_tools/doc/Makefile b/lib/syntax_tools/doc/Makefile index 6afd16f669..d9981de880 100644 --- a/lib/syntax_tools/doc/Makefile +++ b/lib/syntax_tools/doc/Makefile @@ -78,12 +78,3 @@ release_docs_spec: docs release_spec: - - - -# ---------------------------------------------------- -# Include dependency -# ---------------------------------------------------- -#-include make.dep - - |