summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/api/Makefile.am5
-rw-r--r--doc/api/classpath-copyright.xml2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 787d42d78..66b9f19e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-08-17 Mark Wielaard <mark@klomp.org>
+ * Makefile.am (core): Don't include doc-files in the package list.
+ (create_html): Add classpath-copyright.xml as -bottomnote.
+ * doc/api/classpath-copyright.xml: Updated year.
+
+2003-08-17 Mark Wielaard <mark@klomp.org>
+
* Makefile.am (SUBDIRS): Add external.
* configure.in (AC_OUTPUT): Add external/Makefile.
* external/README: Add how to update Makefile.am jaxp_FILES entry.
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index c3136ca94..e79f00b31 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -43,7 +43,7 @@ uninstall-local:
#html: create_xml create_catalog create_html
html: create_html
-core := $(shell cd $(top_srcdir) && $(FIND) java javax -type d ! -regex .*CVS | tr '/' '.' | grep -v "java.awt.dnd.peer" | grep -v "java.awt.peer")
+core := $(shell cd $(top_srcdir) && $(FIND) java javax -type d ! -regex .*CVS ! -regex .*doc-files | tr '/' '.' | grep -v "java.awt.dnd.peer" | grep -v "java.awt.peer")
jaxp := $(shell cd $(top_srcdir)/external/jaxp/source && $(FIND) gnu javax org -type d ! -regex .*CVS | tr '/' '.' | grep -v "org.w3c.dom.")
packages = $(core) $(jaxp)
#| grep -v "^java\$" )
@@ -78,7 +78,8 @@ create_html:
-$(MKDIR) html > /dev/null 2>&1
$(GJDOC) -sourcepath \
"$(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/jaxp/source" \
- -d html $(packages)
+ -d html -bottomnote "$(srcdir)/classpath-copyright.xml" \
+ $(packages)
# -$(CP) -Ru $(srcdir)/xslt/common html
# $(XSLTPROC) \
diff --git a/doc/api/classpath-copyright.xml b/doc/api/classpath-copyright.xml
index 10abdd8e7..c1b058944 100644
--- a/doc/api/classpath-copyright.xml
+++ b/doc/api/classpath-copyright.xml
@@ -1,5 +1,5 @@
<div class="footer">
-Copyright (C) 2002 Free Software Foundation, Inc.<br />
+Copyright (C) 2003 Free Software Foundation, Inc.<br />
See <a href="http://www.gnu.org/software/classpath/">
http://www.gnu.org/software/classpath/
</a>.<hr /></div>