/[classpath]/classpath/doc/www.gnu.org/doc/Makefile
ViewVC logotype

Diff of /classpath/doc/www.gnu.org/doc/Makefile

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

revision 1.7 by cbj, Sat Oct 13 14:30:58 2001 UTC revision 1.8 by cbj, Sat Oct 13 14:52:38 2001 UTC
# Line 33  clean : Line 33  clean :
33  .PHONY : subdirs  .PHONY : subdirs
34  subdirs :  subdirs :
35          $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE)";)          $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE)";)
36    
37    .PHONY : publish
38    publish :
39            @sh -c "if [ "$(CLASSPATH_WEBROOT)x" = x ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
40            @sh -c "if [ ! -d $(CLASSPATH_WEBROOT) ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
41            $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE) publish";)
42            -cp -f *.html $(CLASSPATH_WEBROOT)/doc/
43    

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

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