/[cashew-s-editor]/cashews/doc/api/Makefile.am
ViewVC logotype

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

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

revision 1.1.1.1 by gnu_andrew, Mon Jan 31 04:02:18 2005 UTC revision 1.2 by gnu_andrew, Mon Mar 28 19:29:21 2005 UTC
# Line 2  if CREATE_API_DOCS Line 2  if CREATE_API_DOCS
2  noinst_DATA = html  noinst_DATA = html
3  endif  endif
4    
5  sourcepath = $(top_builddir):$(top_srcdir)  sourcepath = $(top_builddir):$(top_srcdir)/src
6    
7  classpathbox = "<span class='navbar item enabled'><a href='http://wiki.dcs.shef.ac.uk/bin/view/Darwin/DarwinFour'>CASheW-S Editor</a> ($(VERSION))"  classpathbox = "<span class='navbar item enabled'><a href='http://savannah.nongnu.org/projects/cashew-s-editor'>CASheW-S Editor</a> ($(VERSION))"
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_html  html: create_html
31    
32  clean:  clean:
33          -rm -rf html create_html          rm -rf html create_html
34    
35    distclean:
36            rm -rf html create_html
37    
38  create_html:  create_html:
39          -$(MKDIR) html > /dev/null 2>&1          -$(MKDIR) html > /dev/null 2>&1
40          $(GJDOC) -public -use \          $(GJDOC) -public -use \
41          -sourcepath "$(sourcepath)" \          -sourcepath "$(sourcepath)" \
42            -author \
43          -encoding UTF-8 \          -encoding UTF-8 \
44          -breakiterator \          -breakiterator \
45          -licensetext \          -licensetext \
# Line 45  create_html: Line 49  create_html:
49          -doctitle "CASheW-s Editor $(VERSION)" \          -doctitle "CASheW-s Editor $(VERSION)" \
50          -windowtitle "CASheW-s Editor $(VERSION) Documentation" \          -windowtitle "CASheW-s Editor $(VERSION) Documentation" \
51          -header $(classpathbox) -footer $(classpathbox) \          -header $(classpathbox) -footer $(classpathbox) \
52          -subpackages java:javax:org          -subpackages nongnu \
53            -source 1.4
54    #-source 1.5
55          touch create_html          touch create_html

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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