Changeset 1528
- Timestamp:
- 05/10/10 03:41:30 (20 months ago)
- File:
-
- 1 edited
-
trunk/applications/NXvalidate/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/Makefile.am
r1525 r1528 47 47 ant 48 48 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 49 54 #dist-hook : 50 55 # if test -d $(srcdir)/apidoc; then \ … … 52 57 # fi 53 58 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 #fi59 install-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 61 66 62 67 #clean-local :
Note: See TracChangeset
for help on using the changeset viewer.
