From eca0d817b7973d678d31608870bea86a141442ab Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 10 Mar 2011 19:03:23 +0000 Subject: Replace the INSTALL file with a template version that is customized to different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299 --- pkg/config.make.in | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/config.make.in') diff --git a/pkg/config.make.in b/pkg/config.make.in index a2bde418..1d1670ec 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -21,7 +21,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ DOC_FILES = README \ COPYING \ ChangeLog \ - INSTALL \ NEWS \ BUGS \ NOT-BUGS \ -- cgit v1.2.3 From 0268c882d96942175f1c6028c636dddce8af593f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:48:31 +0000 Subject: Remove the BUGS file as it doesn't really contain any useful information. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2316 --- pkg/config.make.in | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/config.make.in') diff --git a/pkg/config.make.in b/pkg/config.make.in index 1d1670ec..445e89a9 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -22,7 +22,6 @@ DOC_FILES = README \ COPYING \ ChangeLog \ NEWS \ - BUGS \ NOT-BUGS \ CMDLINE \ TODO -- cgit v1.2.3 From 184ea9ba501adf04b9b352760774fde268c0cc7f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 14 May 2011 20:11:26 +0000 Subject: Convert build system to using the PROGRAM_PREFIX system used on raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336 --- pkg/config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/config.make.in') diff --git a/pkg/config.make.in b/pkg/config.make.in index 445e89a9..8f94f945 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -10,6 +10,7 @@ STRIP = @STRIP@ # Package name and version number: +PROGRAM_PREFIX = @PROGRAM_PREFIX@ PACKAGE = @PACKAGE@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ -- cgit v1.2.3