aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-08-10 12:23:20 +0000
committerJosip Rodin <joy>2001-08-10 12:23:20 +0000
commitddc05b8ed459c5e51452a95c1e7c764e88c630f9 (patch)
tree26b8b16fc972f3cec6673d7ad0db6aa8ff04cff9 /Makefile.common
parent3abacec03ecf65d553f37aec9b6c3721c3e8500a (diff)
fixed missing HTMLDESTFILES
CVS version numbers Makefile.common: 1.42 -> 1.43
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index caf73951102..4b500a867a6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -52,7 +52,7 @@ all:: $(HTMLFILES) $(existing-SUBS)
$(existing-SUBS):
-$(MAKE) -C $@
-install:: $(HTMLDIR) $(IMGDESTFILES) $(existing-SUBS-install)
+install:: $(HTMLDIR) $(HTMLDESTFILES) $(IMGDESTFILES) $(existing-SUBS-install)
$(existing-SUBS-install):
-$(MAKE) -C $(subst -install,,$@) install

© 2014-2024 Faster IT GmbH | imprint | privacy policy