| 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 |