diff options
-rw-r--r-- | pkg/config.make.in | 1 | ||||
-rw-r--r-- | rpm.spec.in | 1 |
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 |