Removed moving of non-existing documentation flite directory

This commit is contained in:
Robert Scheck 2009-03-21 16:30:56 +00:00
parent aee154d594
commit 8288d6f29d
2 changed files with 4 additions and 13 deletions

View File

@ -28,15 +28,3 @@ diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi
@end example
Assuming the shell variable FLITEDIR is set to the flite directory
the following will compile the system (with appropriate changes for
diff -uNr flite-1.3-release/doc/Makefile flite-1.3-mod/doc/Makefile
--- flite-1.3-release/doc/Makefile 2005-01-04 00:55:33.000000000 +0200
+++ flite-1.3-mod/doc/Makefile 2006-05-08 12:39:45.000000000 +0200
@@ -50,7 +50,7 @@
flite.html: flite.texi
@ if [ ! -d html ] ; \
then mkdir -p html ; fi
- (cd html; texi2html -number -split_chapter ../flite.texi)
+ (cd html; texi2html -number -split_chapter ../flite.texi; mv flite/* .; rmdir flite)
@ for i in html/*.html ; \
do \
sed 's/<BODY>/<BODY bgcolor="#ffffff">/' $$i >ttt.html; \

View File

@ -1,6 +1,6 @@
Name: flite
Version: 1.3
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Small, fast speech synthesis engine (text-to-speech)
Group: Applications/Multimedia
@ -94,6 +94,9 @@ rm -rf %{buildroot}
%changelog
* Sat Mar 21 2009 Robert Scheck <robert@fedoraproject.org> - 1.3-13
- Removed moving of non-existing documentation flite directory
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild