]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/Documentation/GNUmakefile
release: 1.1.0
[lilypond.git] / stepmake / Documentation / GNUmakefile
index c49eec6022db135853238c24ad6de880b8520980..4f6e24b7ffb2b2cb8c995a4ef57fbe957f455f5e 100644 (file)
@@ -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)
+