/[webwml]/webwml/Makefile.common
ViewVC logotype

Diff of /webwml/Makefile.common

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

revision 1.7 by joy, Sun Aug 27 20:10:26 2000 UTC revision 1.8 by joy, Sun Aug 27 20:14:08 2000 UTC
# Line 68  existing-SUBS-cleandest := $(addsuffix - Line 68  existing-SUBS-cleandest := $(addsuffix -
68  all:: $(HTMLFILES) $(existing-SUBS)  all:: $(HTMLFILES) $(existing-SUBS)
69    
70  $(existing-SUBS):  $(existing-SUBS):
71          $(MAKE) -C $@          -$(MAKE) -C $@
72    
73  install::  install::
74          test -d $(HTMLDIR) || mkdir -p $(HTMLDIR)          test -d $(HTMLDIR) || mkdir -p $(HTMLDIR)
75  install:: $(HTMLDESTFILES) $(IMGDESTFILES) $(existing-SUBS-install)  install:: $(HTMLDESTFILES) $(IMGDESTFILES) $(existing-SUBS-install)
76    
77  $(existing-SUBS-install):  $(existing-SUBS-install):
78          $(MAKE) -C $(subst -install,,$@) install          -$(MAKE) -C $(subst -install,,$@) install
79    
80  clean::  clean::
81          rm -f *.$(LANGUAGE).html          rm -f *.$(LANGUAGE).html
82  clean:: $(existing-SUBS-clean)  clean:: $(existing-SUBS-clean)
83    
84  $(existing-SUBS-clean):  $(existing-SUBS-clean):
85          $(MAKE) -C $(subst -clean,,$@) clean          -$(MAKE) -C $(subst -clean,,$@) clean
86    
87  cleandest::  cleandest::
88          rm -f $(HTMLDIR)/*.$(LANGUAGE).html          rm -f $(HTMLDIR)/*.$(LANGUAGE).html
89  cleandest:: $(existing-SUBS-cleandest)  cleandest:: $(existing-SUBS-cleandest)
90    
91  $(existing-SUBS-cleandest):  $(existing-SUBS-cleandest):
92          $(MAKE) -C $(subst -cleandest,,$@) cleandest          -$(MAKE) -C $(subst -cleandest,,$@) cleandest
93    
94  # subdirectories of News, events, security and vote dirs all have their own  # subdirectories of News, events, security and vote dirs all have their own
95  # generic wml file deps  # generic wml file deps

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

  ViewVC Help
Powered by ViewVC 1.1.5