wmlscope: Make this and the template prerequisites for macro-reference.html

This makes it so changes in these three actually cause make to
regenerate the file if they are newer than it.
This commit is contained in:
Ignacio R. Morelle 2017-07-23 19:28:40 -04:00
parent 75cc7e62f6
commit 09d5f799ac

View file

@ -69,7 +69,7 @@ definitions:
@./wmlscope --definitions --exclude data/scenarios --exclude data/campaigns $(MAINLINE)
# Generate a reference page for the utility macros.
macro-reference.html:
macro-reference.html: helpheader.html helptrailer.html wmlscope
@cat helpheader.html >macro-reference.html
@./wmlscope --extracthelp --exclude data/scenarios --exclude data/tutorial --exclude data/campaigns $(DATA)/core/macros/ >>macro-reference.html
@cat helptrailer.html >>macro-reference.html