/[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.8 by mark, Sun Aug 17 21:02:49 2003 UTC revision 1.9 by mark, Mon Aug 18 19:26:43 2003 UTC
# Line 4  endif Line 4  endif
4    
5  EXTRA_DIST = classpath-copyright.xml  EXTRA_DIST = classpath-copyright.xml
6    
 dist-hook:  
         -$(mkinstalldirs) $(distdir)  
         @if [ -d $(srcdir)/xslt ]; then \  
           echo $(CP) -R $(srcdir)/xslt $(distdir); \  
           $(CP) -R $(srcdir)/xslt $(distdir); \  
         fi  
         @if [ -d html ]; then \  
           echo $(CP) -R html $(distdir); \  
           $(CP) -R html $(distdir); \  
         else \  
           echo "Error: did not configure --enable-gjdoc"; exit 1; \  
         fi  
   
7  htmllist := $(shell $(FIND) html | grep -v "^html$$")  htmllist := $(shell $(FIND) html | grep -v "^html$$")
8    
9  install-data-local:  install-data-local:

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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