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:
parent
75cc7e62f6
commit
09d5f799ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue