X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fweb%2FGNUmakefile;h=278256fb91b4a97bcffc7ee8473002fa8d4fa9c2;hb=d9d6f6296ec64971c613964c49acf91fe16e2b1e;hp=d96ffebc0a9521b7419a66ae82c15c207676f17a;hpb=eccd64995123ba9cc3ac69a9bd7eda40c306a953;p=lilypond.git diff --git a/Documentation/web/GNUmakefile b/Documentation/web/GNUmakefile index d96ffebc0a..278256fb91 100644 --- a/Documentation/web/GNUmakefile +++ b/Documentation/web/GNUmakefile @@ -1,9 +1,11 @@ depth = ../.. + 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)