diff options
author | Simon Howard | 2010-08-28 18:28:05 +0000 |
---|---|---|
committer | Simon Howard | 2010-08-28 18:28:05 +0000 |
commit | b582e47695c2b3a19c477603a6559eb37df7ed8b (patch) | |
tree | ce0844429dde9c39284d060fcca49d5ecca5ce2b | |
parent | 966089e8bdc5d2cae9c1b9e889c9ca1405d6c29e (diff) | |
download | chocolate-doom-b582e47695c2b3a19c477603a6559eb37df7ed8b.tar.gz chocolate-doom-b582e47695c2b3a19c477603a6559eb37df7ed8b.tar.bz2 chocolate-doom-b582e47695c2b3a19c477603a6559eb37df7ed8b.zip |
Include INSTALL file in distribution packages.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1969
-rw-r--r-- | pkg/config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in index d8d72c60..3fe757ff 100644 --- a/pkg/config.make.in +++ b/pkg/config.make.in @@ -21,6 +21,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ DOC_FILES = README \ COPYING \ ChangeLog \ + INSTALL \ NEWS \ BUGS \ CMDLINE \ |