1
1

Add "jdoc" target to make javadocs

This commit was SVN r29282.
Этот коммит содержится в:
Jeff Squyres 2013-09-28 12:11:22 +00:00
родитель de061b8c27
Коммит 76450fe629

Просмотреть файл

@ -150,9 +150,13 @@ java_DATA = mpi.jar
# JAVA_CLASS_FILES. # JAVA_CLASS_FILES.
BUILT_SOURCES = $(JAVA_H) BUILT_SOURCES = $(JAVA_H)
# Convenience for building Javadoc docs
jdoc:
javadoc -d doc $(srcdir)/*.java
# Clean up all the things that this Makefile.am generates. The # Clean up all the things that this Makefile.am generates. The
# generated .class files are all within the "mpi" subdirectory. # generated .class files are all within the "mpi" subdirectory.
CLEANFILES += -rf mpi/* $(JAVA_H) CLEANFILES += -rf mpi/* $(JAVA_H) doc
# Conditionally install the header files # Conditionally install the header files
if WANT_INSTALL_HEADERS if WANT_INSTALL_HEADERS