summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2010-02-05 03:23:33 +0000
committerSimon Howard2010-02-05 03:23:33 +0000
commitb42f8f4ff9a282c61c7f578bea13c84e845675c3 (patch)
tree67e4534876ad880d4a8dbd02788dba66bc3e55e4
parent0b8bf3cfe37a3d6e8ad01c0f6726430f53c0ad7e (diff)
downloadchocolate-doom-b42f8f4ff9a282c61c7f578bea13c84e845675c3.tar.gz
chocolate-doom-b42f8f4ff9a282c61c7f578bea13c84e845675c3.tar.bz2
chocolate-doom-b42f8f4ff9a282c61c7f578bea13c84e845675c3.zip
Add README.OPL to list of documentation files to distribute.
Subversion-branch: /branches/opl-branch Subversion-revision: 1842
-rw-r--r--pkg/config.make.in1
-rw-r--r--rpm.spec.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in
index d8d72c60..6bda7471 100644
--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -19,6 +19,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
# Documentation files to distribute with packages.
DOC_FILES = README \
+ README.OPL \
COPYING \
ChangeLog \
NEWS \
diff --git a/rpm.spec.in b/rpm.spec.in
index 1b7e90c7..58142c1b 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%doc NEWS
%doc AUTHORS
%doc README
+%doc README.OPL
%doc COPYING
%doc CMDLINE
%doc BUGS