From 01f4e3eed6db8a7bd76fc6672c5d218e565415d4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 22 Sep 2009 18:13:05 +0100 Subject: [PATCH] Build: I'm trying to make problems for myself. (add copy.doc to build) --- GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5