From d446af84791d846a60eaf38eb9f31331e82cfbc0 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 25 Oct 2018 16:34:44 +0200 Subject: [PATCH] doc/Makefile: add a missing dependency --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 916f4c79a..556973dd7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -22,11 +22,14 @@ LANGS=Afr Ara Bul Cat Chi Dan Dut Eng Est Eus Fin Fre Ger Gre Hin Ice Ita Jpn La SRC_FILES=$S/abstract/Common.gf $S/abstract/Cat.gf $S/api/Constructors.gf $S/abstract/Structural.gf $(patsubst %,$S/*/Paradigms%.gf,$(LANGS)) EXAMPLES_OUT=$(patsubst %,api-examples-%.txt,$(LANGS)) -INCLUDES=synopsis-intro.txt categories-intro.txt synopsis-additional.txt synopsis-browse.txt synopsis-example.txt +INCLUDES=synopsis-intro.txt categories-intro.txt categories-imagemap.html synopsis-additional.txt synopsis-browse.txt synopsis-example.txt synopsis.html: MkSynopsis.hs MkExxTable.hs $(INCLUDES) $(EXAMPLES_OUT) $(SRC_FILES) runghc MkSynopsis.hs +categories.png: categories.dot + dot -Tpng $^ > $@ + categories-imagemap.html: categories.dot dot -Tcmapx $^ > $@