Rename README-0.16.8* to README*.

SVN revision: 40186
This commit is contained in:
Kim Woelders 2009-04-18 19:05:34 +00:00
parent 540c74b1c4
commit 12f775adab
5 changed files with 10 additions and 8 deletions

View File

@ -16,5 +16,4 @@ sample-scripts/bouncingball.pl \
sample-scripts/lcdmover.sh \ sample-scripts/lcdmover.sh \
sample-scripts/testroller.pl \ sample-scripts/testroller.pl \
sample-scripts/shade-pagers.pl \ sample-scripts/shade-pagers.pl \
AUTHORS COMPLIANCE COPYING ChangeLog \ AUTHORS COMPLIANCE COPYING ChangeLog
docs/README-0.16.8

View File

@ -1,15 +1,18 @@
e16docdir = ${datadir}/doc/${PACKAGE}
EXTRA_DIST = README $(DOCS_DIST)
if HAVE_XMLTO if HAVE_XMLTO
e16docdir = ${datadir}/doc/${PACKAGE} e16doc_DATA = README.html
e16doc_DATA = README-0.16.8.html
EXTRA_DIST = README-0.16.8.xml e16-docs.xml xml2dox.xsl # e16.1 DOCS_DIST = README.xml e16-docs.xml xml2dox.xsl # e16.1
CLEANFILES = *.html MAIN e16-docs.1.xml e16.1 CLEANFILES = *.html MAIN e16-docs.1.xml e16.1
README-0.16.8.html: README-0.16.8.xml README.html: README.xml
$(XMLTO) html $< $(XMLTO) html $<
sed -i -e 's/index.html/README-0.16.8.html/' index.html ar*.html sed -i -e 's/index.html/README.html/' index.html ar*.html
mv index.html $@ mv index.html $@
man_MANS = # e16.1 man_MANS = # e16.1

View File

@ -50,7 +50,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog docs/README-0.16.8 docs/*.html %doc AUTHORS COPYING ChangeLog docs/README docs/*.html
%{_bindir}/* %{_bindir}/*
%{_libdir}/e16/*.so %{_libdir}/e16/*.so
%{_datadir}/%{name}/* %{_datadir}/%{name}/*