X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=b3fda3a8218aafd20d75470be342b133b64533f3;hb=a989bd4fec8223cb6189204c941c4b069388556e;hp=c7dbe8373f69ff5439f3f80eac6ca36966c0ffd2;hpb=0d17e9c759bd61c9b20a7c4d9941a412c2a53f5f;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index c7dbe8373f..b3fda3a821 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,21 +1,18 @@ -# Documentation/Makefile - depth = .. NAME = documentation -SUBDIRS=man tex pictures topdocs ntweb -STEPMAKE_TEMPLATES=documentation -README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1 AIMS -INFO_FILES = $(wildcard $(outdir)/$(package).info*) -EXTRA_DIST_FILES = COPYRIGHT - +SUBDIRS= user programmer bibliography pictures topdocs ntweb misc +STEPMAKE_TEMPLATES=documentation texinfo - -BLURBS=BLURB COPERTINA FLAPTEKST +README_TOP_FILES=NEWS DEDICATION CHANGES TODO +EXTRA_DIST_FILES = include $(depth)/make/stepmake.make default: do-doc -info: $(outdir)/$(package).info +local-WWW: copy-for-me + +copy-for-me: + $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true