X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fweb%2FGNUmakefile;h=278256fb91b4a97bcffc7ee8473002fa8d4fa9c2;hb=318587d4ef3d441ec299ccde1a953c55fe0daa8c;hp=37ce914f53ff021d4d967c597e826322c2f1160d;hpb=9502ddd357cc67746757dbd26a1538e70d194bda;p=lilypond.git diff --git a/Documentation/web/GNUmakefile b/Documentation/web/GNUmakefile index 37ce914f53..278256fb91 100644 --- a/Documentation/web/GNUmakefile +++ b/Documentation/web/GNUmakefile @@ -1,12 +1,11 @@ depth = ../.. -STEPMAKE_TEMPLATES=tex documentation -LOCALSTEPMAKE_TEMPLATES = lilypond ly +LOCALSTEPMAKE_TEMPLATES = ly -SUBDIRS = ly-examples server +SUBDIRS = server include $(depth)/make/stepmake.make -OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES)) -EXTRA_DIST_FILES= $(BIB_FILES) $(call src-wildcard,*.bst) -BIB_FILES= $(call src-wildcard,*.bib) +#OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES)) +BIB_FILES = $(call src-wildcard,*.bib) +EXTRA_DIST_FILES += $(BIB_FILES) $(call src-wildcard,*.bst)