From: Graham Percival Date: Tue, 22 Sep 2009 17:13:05 +0000 (+0100) Subject: Build: I'm trying to make problems for myself. (add copy.doc to build) X-Git-Tag: release/2.13.4-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01f4e3eed6db8a7bd76fc6672c5d218e565415d4;p=lilypond.git Build: I'm trying to make problems for myself. (add copy.doc to build) --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 5bcbcf43fe..cef60cb400 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -17,7 +17,8 @@ SUBDIRS = python scripts \ documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation) SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh -README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING +README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING \ + COPYING.DOCUMENTATION TOPDOC_FILES = AUTHORS INSTALL README NEWS TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES))) IN_FILES := $(call src-wildcard,*.in)