X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fmisc%2FGNUmakefile;h=00fe5ae8260622cc6834613df40a8ea6c3943eee;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=0e65a1b2405502ef67bf4d0cee67ecb50e82e202;hpb=79ffb2cc315a85a111713507fcf4af4588b348c7;p=lilypond.git diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile index 0e65a1b240..00fe5ae826 100644 --- a/Documentation/misc/GNUmakefile +++ b/Documentation/misc/GNUmakefile @@ -2,19 +2,18 @@ depth = ../.. NAME = documentation -STEPMAKE_TEMPLATES=documentation texinfo +STEPMAKE_TEMPLATES = documentation texinfo -TEXTS = $(wildcard ANNOUNCE-*[0-9]) $(wildcard ChangeLog*[0-9]) $(wildcard NEWS-*[0-9]) -EXTRA_DIST_FILES = $(TEXTS) +TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard,ChangeLog*[0-9]) $(call src-wildcard,NEWS-*[0-9]) -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make -default: local-doc +default: local-txt-doc -#urg default local-WWW target uses footify before its time; +#urg default local-WWW target uses footify before its time; # must add footify with txt-to-html target OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(TEXTS))) -##local-WWW: $(OUT_TXT_FILES) $(OUT_HTMLFILES) txt-to-html +##local-WWW-2: $(OUT_TXT_FILES) $(OUT_HTMLFILES) txt-to-html copy-for-me: $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true