X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2FDocumentation%2FGNUmakefile;h=4f6e24b7ffb2b2cb8c995a4ef57fbe957f455f5e;hb=9efbad2d9487a05b04423e7e9f062968e8f8eaf4;hp=c49eec6022db135853238c24ad6de880b8520980;hpb=7fa94555679e3197028b1ab3fea02c374cd855da;p=lilypond.git diff --git a/stepmake/Documentation/GNUmakefile b/stepmake/Documentation/GNUmakefile index c49eec6022..4f6e24b7ff 100644 --- a/stepmake/Documentation/GNUmakefile +++ b/stepmake/Documentation/GNUmakefile @@ -5,10 +5,11 @@ depth = .. OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt) EXTRA_DIST_FILES = -SUBDIRS=topdocs +OUT_DIST_FILES=$(OUTTXT_FILES) +SUBDIRS=topdocs -STEPMAKE_TEMPLATES=documentation +STEPMAKE_TEMPLATES=documentation install install-out include $(depth)/make/stepmake.make @@ -22,3 +23,9 @@ check-doc-deps: do-doc doc: do-doc +INSTALLATION_DIR=$(datadir)/Documentation +INSTALLATION_FILES=$(DIST_FILES) + +INSTALLATION_OUT_DIR=$(datadir)/Documentation/out +INSTALLATION_OUT_FILES=$(OUTTXT_FILES) +