aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/doc/src/Makefile
AgeCommit message (Collapse)Author
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-10-27doc Makefiles: Eliminate DOCSUPPORT ifdefsBjörn Gustavsson
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.
2011-10-06ic documentation: Support parallel makeBjörn Gustavsson
Multiple instances of javadoc would be started at once, which is unnecessary work and could cause one or more instances to fail while creating directories. Use a stand-in file (JAVADOC-GENERATED) to ensure that only one instance of javadoc is started. Since javadoc creates directories itself, there is no need to explicitly create the $(JAVA_OUT_DIR) directory.
2011-10-06Revert "ic documentation: Support parallel make"Björn Gustavsson
This reverts commit d9ec7c91ca6ae019ad80b03fb184924bad8d6bc8. The commit did not fix the real problem.
2011-09-26ic documentation: Support parallel makeBjörn Gustavsson
2010-05-20Merge branch 'jn/ic-docs-without-java' into devErlang/OTP
* jn/ic-docs-without-java: Permit building and installing documentation without Java
2010-03-09Permit building and installing documentation without JavaJoseph Wayne Norton
Modify lib/ic/doc/src/Makefile to build and to install documentation built via javadoc only when $(JAVA) is not equal to "".
2009-12-21Fixed missing eix fileNiclas Eklund
2009-11-26** Empty commit message **Lars G Thorsen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP