Changeset 1528


Ignore:
Timestamp:
05/10/10 03:41:30 (20 months ago)
Author:
Freddie Akeroyd
Message:

Install nxvalidate javadoc. Refs #236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXvalidate/Makefile.am

    r1525 r1528  
    4747        ant 
    4848 
     49#apidoc : $(noinst_JAVA) 
     50#       test -d apidoc || mkdir apidoc 
     51#       $(JAVADOC) -d apidoc -windowtitle jnexus -doctitle jnexus -classpath . \ 
     52#                      -sourcepath $(srcdir) org.nexusformat ncsa.hdf.hdflib 
     53 
    4954#dist-hook : 
    5055#       if test -d $(srcdir)/apidoc; then \ 
     
    5257#       fi 
    5358 
    54 #install-data-local : 
    55 #       $(mkinstalldirs) $(DESTDIR)$(nxjavadocdir) 
    56 #       if test -d $(srcdir)/apidoc; then \ 
    57 #         cp -r $(srcdir)/apidoc $(DESTDIR)$(nxjavadocdir); \ 
    58 #         find $(DESTDIR)$(nxjavadocdir)/apidoc -type f -exec chmod 0644 {} \; ;\ 
    59 #         find $(DESTDIR)$(nxjavadocdir)/apidoc -type d -exec chmod 0755 {} \; ;\ 
    60 #       fi 
     59install-data-local : 
     60        $(mkinstalldirs) $(DESTDIR)$(nxjavadocdir) 
     61        if test -d $(srcdir)/build/classes/org/nexusformat/nxvalidate/help; then \ 
     62          cp -r $(srcdir)/build/classes/org/nexusformat/nxvalidate/help $(DESTDIR)$(nxjavadocdir)/nxvalidate; \ 
     63          find $(DESTDIR)$(nxjavadocdir) -type f -exec chmod 0644 {} \; ;\ 
     64          find $(DESTDIR)$(nxjavadocdir) -type d -exec chmod 0755 {} \; ;\ 
     65        fi 
    6166 
    6267#clean-local : 
Note: See TracChangeset for help on using the changeset viewer.