summaryrefslogtreecommitdiff
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 8f5006ef80..9df5573532 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -225,7 +225,11 @@ $(outdir)/pictures:
$(MAKE) -C pictures WWW-1
ln -sf ../pictures/$(outdir) $@
-$(outdir)/web.texi: $(outdir)/ly-examples
+$(outdir)/web.texi: $(outdir)/css $(outdir)/ly-examples
+
+$(outdir)/css:
+ $(MAKE) -C css
+ ln -sf ../css/$(outdir) $@
$(outdir)/ly-examples:
$(MAKE) -C web/ly-examples