tag #324558 +patch
thanks
Hello,
The attached patch fixes this bug.
Please note that as we are during a BSP, a 0-day NMU policy is in place.
I will therefore upload a fixed package to DELAYED/0-day. I also attach
the NMU patch.
Regards,
--
Zorglub
Clément Stenac
--- Makefile.orig 2005-09-04 17:53:28.000000000 +0200
+++ Makefile 2005-09-04 17:53:47.000000000 +0200
@@ -52,7 +52,8 @@
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/*.html .; rm -rf flite)
@ for i in html/*.html ; \
do \
sed 's/<BODY>/<BODY bgcolor="#ffffff">/' $$i >ttt.html; \
diff -ru orig/flite-1.2-release/debian/changelog
new/flite-1.2-release/debian/changelog
--- orig/flite-1.2-release/debian/changelog 2005-09-04 18:13:54.000000000
+0200
+++ new/flite-1.2-release/debian/changelog 2005-09-04 18:19:14.000000000
+0200
@@ -1,3 +1,10 @@
+flite (1.2-release-2.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Fix build of documentation (Closes:#324558)
+
+ -- Clément Stenac <[EMAIL PROTECTED]> Sun, 4 Sep 2005 18:17:17 +0200
+
flite (1.2-release-2) unstable; urgency=low
* include/cst_sts.h:
diff -ru orig/flite-1.2-release/doc/Makefile new/flite-1.2-release/doc/Makefile
--- orig/flite-1.2-release/doc/Makefile 2002-12-30 13:57:30.000000000 +0100
+++ new/flite-1.2-release/doc/Makefile 2005-09-04 18:16:26.000000000 +0200
@@ -52,7 +52,8 @@
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/*.html .; rm -rf flite)
@ for i in html/*.html ; \
do \
sed 's/<BODY>/<BODY bgcolor="#ffffff">/' $$i >ttt.html; \