Tidied some comments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8989 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-02-06 17:49:50 +00:00
parent e687d9c5f4
commit f7fda23d1f

View file

@ -44,12 +44,14 @@ include $(GNUSTEP_MAKEFILES)/rules.make
# The LaTeX files that needs pre-processing are in xxx_LATEX_FILES
#
# Javadoc support:
# The Java files that needs documenting using javadoc are in
# xxx_JAVADOC_FILES (could contain both packages, as gnu.gnustep.base,
# and standalone classes, as gnu.gnustep.base.NSArray.java)
# The Java classes and packages that needs documenting using javadoc
# are in xxx_JAVADOC_FILES (could contain both packages, as
# `gnu.gnustep.base', and standalone classes, as
# `gnu.gnustep.base.NSArray.java')
#
# The sourcepath to the Java classes source code in in xxx_JAVADOC_SOURCEPATH
# (it can contain more than one path, as CLASSPATH or LD_LIBRARY_PATH do).
# Flags for javadoc (eg, -public) are in xxx_JAVADOC_FLAGS
# To set special flags for javadoc (eg, -public), use ADDITIONAL_JAVADOCFLAGS
#
# The installation directory is in the xxx_DOC_INSTALL_DIR variable
# (eg, Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
@ -193,7 +195,7 @@ internal-doc-all:: after-$(TARGET)-all after-all
endif # LATEX_FILES
#
# Documentation generated by javadoc
# Documentation generated with javadoc
#
ifneq ($(JAVADOC_FILES),)