/[classpath]/classpath/doc/api/Makefile.am
ViewVC logotype

Diff of /classpath/doc/api/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by mkoch, Mon Aug 2 14:48:52 2004 UTC revision 1.12 by mark, Fri Sep 3 16:27:49 2004 UTC
# Line 31  uninstall-local: Line 31  uninstall-local:
31  html: create_html  html: create_html
32    
33  core := $(shell cd $(top_srcdir) && $(FIND) java javax -type d ! -name CVS ! -name doc-files -print | tr '/' '.' | grep -v "java.awt.dnd.peer" | grep -v "java.awt.peer")  core := $(shell cd $(top_srcdir) && $(FIND) java javax -type d ! -name CVS ! -name doc-files -print | tr '/' '.' | grep -v "java.awt.dnd.peer" | grep -v "java.awt.peer")
 jaxp := $(shell cd $(top_srcdir)/external/jaxp/source && $(FIND) javax org -type d ! -name CVS -print | tr '/' '.' | grep -v "org.w3c.dom.")  
34    
35  # Just generate api doc for the core packages.  # Just generate api doc for the core packages.
36  # Adding the external ones takes a lot more time and we should reference  # Adding the external ones takes a lot more time and we should reference
37  # them anyway since we will place out own copyright notive on the generated  # them anyway since we will place out own copyright notive on the generated
38  # pages.  # pages.
 # packages = $(core) $(jaxp)  
39  packages = $(core)  packages = $(core)
40  #| grep -v "^java\$" )  #| grep -v "^java\$" )
41  date := $(shell $(DATE))  date := $(shell $(DATE))
# Line 51  clean: Line 49  clean:
49  #create_xml:  #create_xml:
50  #       -$(MKDIR) xml > /dev/null 2>&1  #       -$(MKDIR) xml > /dev/null 2>&1
51  #       $(GJDOC) -sourcepath \  #       $(GJDOC) -sourcepath \
52  #               "$(top_srcdir):$(top_srcdir)/external/jaxp/source:$(top_srcdir)/vm/reference" \  #               "$(top_srcdir):$(top_srcdir)/vm/reference" \
53  #               -doclet gnu.classpath.tools.doclets.xmldoclet.Driver \  #               -doclet gnu.classpath.tools.doclets.xmldoclet.Driver \
54  #               -d xml $(packages)  #               -d xml $(packages)
55  #       -touch create_xml  #       -touch create_xml
# Line 72  create_html: Line 70  create_html:
70          $(GJDOC) -sourcepath "$(top_srcdir):$(top_srcdir)/vm/reference" \          $(GJDOC) -sourcepath "$(top_srcdir):$(top_srcdir)/vm/reference" \
71          -d html -bottomnote "$(srcdir)/classpath-copyright.xml" \          -d html -bottomnote "$(srcdir)/classpath-copyright.xml" \
72          $(packages)          $(packages)
   
 # Including the external ones (jaxp) this would be:  
 # create_html:  
 #       -$(MKDIR) html > /dev/null 2>&1  
 #       $(GJDOC) -sourcepath \  
 #       "$(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/jaxp/source" \  
 #       -d html -bottomnote "$(srcdir)/classpath-copyright.xml" \  
 #       $(packages)  
   
 #       -$(CP) -Ru $(srcdir)/xslt/common html  
 #       $(XSLTPROC) \  
 #               --novalid \  
 #               --param verbose "1" \  
 #               --param now "'$(date)'" \  
 #               --param copyrightfile "'$(srcdir)/classpath-copyright.xml'" \  
 #               --param windowtitle "'GNU Classpath CVS'" \  
 #               --param targetdir "'html'" \  
 #               "$(srcdir)/xslt/gjdocxml2html.xsl" \  
 #               "xml/index.xml"  
73          -touch create_html          -touch create_html
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26