build: remove NEWS realated things
With automake GNU standard relaxed, these are no longer needed.
This commit is contained in:
parent
5a22c3cdc0
commit
293a38cc46
@ -44,7 +44,7 @@ docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
|||||||
## This is for HTML and other documentation you want to install.
|
## This is for HTML and other documentation you want to install.
|
||||||
## Add your documentation files (in doc/) in addition to these
|
## Add your documentation files (in doc/) in addition to these
|
||||||
## top-level boilerplate files. Also add a TODO file if you have one.
|
## top-level boilerplate files. Also add a TODO file if you have one.
|
||||||
dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README.md README.windows \
|
dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL README.md README.windows \
|
||||||
doc/designstyle.css doc/glog.html
|
doc/designstyle.css doc/glog.html
|
||||||
|
|
||||||
## The libraries (.so's) you want to install
|
## The libraries (.so's) you want to install
|
||||||
|
|||||||
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
touch NEWS
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|||||||
@ -2,7 +2,6 @@ AUTHORS
|
|||||||
COPYING
|
COPYING
|
||||||
ChangeLog
|
ChangeLog
|
||||||
INSTALL
|
INSTALL
|
||||||
NEWS
|
|
||||||
README.md
|
README.md
|
||||||
doc/designstyle.css
|
doc/designstyle.css
|
||||||
doc/glog.html
|
doc/glog.html
|
||||||
|
|||||||
@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
## documentation. This depends on the following two lines appearing in
|
## documentation. This depends on the following two lines appearing in
|
||||||
## Makefile.am:
|
## Makefile.am:
|
||||||
## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
||||||
## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README.md
|
## dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL README.md
|
||||||
%docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
|
%docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
|
||||||
%{prefix}/share/doc/%{NAME}-%{VERSION}/*
|
%{prefix}/share/doc/%{NAME}-%{VERSION}/*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user