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 /make/otp.mk.in | |
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 'make/otp.mk.in')
-rw-r--r-- | make/otp.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in index 4dd309b6ec..b138dd7d8e 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -190,8 +190,6 @@ EMACS_COMPILE_OPTIONS=-q --no-site-file -batch -f batch-byte-compile # ---------------------------------------------------- export VSN -DOCSUPPORT = 1 - TOPDOCDIR=../../../../doc DOCDIR = .. |