Add README.OPL to list of documentation files to distribute.
Subversion-branch: /branches/opl-branch Subversion-revision: 1842
This commit is contained in:
parent
0b8bf3cfe3
commit
b42f8f4ff9
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
|
|||
# Documentation files to distribute with packages.
|
||||
|
||||
DOC_FILES = README \
|
||||
README.OPL \
|
||||
COPYING \
|
||||
ChangeLog \
|
||||
NEWS \
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc NEWS
|
||||
%doc AUTHORS
|
||||
%doc README
|
||||
%doc README.OPL
|
||||
%doc COPYING
|
||||
%doc CMDLINE
|
||||
%doc BUGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue