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

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

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

revision 1.1 by cbj, Fri Dec 13 02:06:45 2002 UTC revision 1.2 by cbj, Fri Dec 13 02:12:17 2002 UTC
# Line 38  publish : Line 38  publish :
38          @sh -c "if [ "$(CLASSPATH_WEBROOT)x" = x ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"          @sh -c "if [ "$(CLASSPATH_WEBROOT)x" = x ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
39          @sh -c "if [ ! -d $(CLASSPATH_WEBROOT) ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"          @sh -c "if [ ! -d $(CLASSPATH_WEBROOT) ]; then echo 'You must set CLASSPATH_WEBROOT in your environment first'; exit 1; fi"
40          $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE) publish";)          $(foreach dir, $(SUBDIRS), sh -c "cd $(dir) && $(MAKE) publish";)
41          -cp -f *.html $(CLASSPATH_WEBROOT)/doc/          -cp -f *.html $(CLASSPATH_WEBROOT)/docs/
42    

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

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