/[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.10 by mark, Sun Nov 30 14:26:44 2003 UTC revision 1.11 by mkoch, Mon Aug 2 14:48:52 2004 UTC
# Line 4  endif Line 4  endif
4    
5  EXTRA_DIST = classpath-copyright.xml  EXTRA_DIST = classpath-copyright.xml
6    
7  htmllist := $(shell $(FIND) html | grep -v "^html$$")  htmllist := $(shell $(FIND) html -print | grep -v "^html$$")
8    
9  install-data-local:  install-data-local:
10          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/api          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/api
# Line 30  uninstall-local: Line 30  uninstall-local:
30  #html: create_xml create_catalog create_html  #html: create_xml create_catalog create_html
31  html: create_html  html: create_html
32    
33  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")  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")
34  jaxp := $(shell cd $(top_srcdir)/external/jaxp/source && $(FIND) javax org -type d ! -regex .*CVS | tr '/' '.' | grep -v "org.w3c.dom.")  jaxp := $(shell cd $(top_srcdir)/external/jaxp/source && $(FIND) javax org -type d ! -name CVS -print | tr '/' '.' | grep -v "org.w3c.dom.")
35    
36  # Just generate api doc for the core packages.  # Just generate api doc for the core packages.
37  # 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

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

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