Skip to content

Commit

Permalink
Drop documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Jan 28, 2020
1 parent 2fd4062 commit 9231ba5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions rpm/autoconf-archive.spec
Expand Up @@ -20,14 +20,17 @@ supporters of the cause from all over the Internet.
%build
ln -sf ../gnulib gnulib
echo %{version} | cut -d '+' -f 1 > .tarball-version
# We do not want to depend on git
cp .tarball-version .version
# We do not want to depend on git, but we should find nicer thing to do here :/
sed -i '/build-aux\/gitlog-to-changelog/d' ./bootstrap.sh
sed -i '/gen-authors.sh/d' ./bootstrap.sh
cp .tarball-version .version
sed -i "s/ doc//" Makefile.am
sed -i "s/ doc\/Makefile//" configure.ac
touch AUTHORS
rm -rf .git
./bootstrap.sh
%configure
make maintainer-all
#make maintainer-all
%make_build

%install
Expand All @@ -41,4 +44,4 @@ rm -frv %{buildroot}%{_datadir}/doc/%{name}
%doc AUTHORS NEWS README TODO
%license COPYING*
%{_datadir}/aclocal/*.m4
%{_infodir}/autoconf-archive.info*
#%{_infodir}/autoconf-archive.info*

0 comments on commit 9231ba5

Please sign in to comment.