Small patch for www.gnome.org docbook building
- From: Peter Williams <peter newton cx>
- To: gnome-web-list gnome org
- Subject: Small patch for www.gnome.org docbook building
- Date: Mon, 28 Nov 2005 01:35:30 -0500
Hi,
When you build the docs for the 2.12 release notes and the tour
subdirectory, xsltproc gives an 'I/O Error : Is a directory' error
message a bunch of times. Attached patch to gnomeweb-wml makes them go
away without any side effects as far as I can tell. Ok to commit?
Peter
--
Peter Williams / peter newton cx
? www.gnome.org/projects/gdm/docs/2.13/Makefile
? www.gnome.org/projects/gdm/docs/2.13/Makefile.in
? www.gnome.org/projects/gdm/docs/2.8/Makefile
? www.gnome.org/projects/gdm/docs/2.8/Makefile.in
? www.gnome.org/start/2.12/notes/gettext.pyc
? www.gnome.org/start/2.12/notes/docbook/bg/bg
? www.gnome.org/start/2.12/notes/docbook/de/de
? www.gnome.org/start/2.12/notes/docbook/en/en
? www.gnome.org/start/2.12/notes/docbook/et/et
? www.gnome.org/start/2.12/notes/docbook/id/id
? www.gnome.org/start/2.12/notes/docbook/ko/ko
? www.gnome.org/start/2.12/notes/docbook/lt/lt
? www.gnome.org/start/2.12/notes/docbook/mk/mk
? www.gnome.org/start/2.12/notes/docbook/pa/pa
? www.gnome.org/tour/gettext.pyc
? www.gnome.org/tour/mk
Index: www.gnome.org/start/2.12/notes/ChangeLog
===================================================================
RCS file: /cvs/gnome/gnomeweb-wml/www.gnome.org/start/2.12/notes/ChangeLog,v
retrieving revision 1.64
diff -u -r1.64 ChangeLog
--- www.gnome.org/start/2.12/notes/ChangeLog 26 Sep 2005 20:34:45 -0000 1.64
+++ www.gnome.org/start/2.12/notes/ChangeLog 28 Nov 2005 06:26:51 -0000
@@ -1,3 +1,8 @@
+2005-11-28 Peter Williams <peter newton cx>
+
+ * Makefile.am (html): Give xsltproc a base filename to avoid
+ 'I/O error : Is a directory.'
+
2005-09-26 Alessio Frusciante <algol firenze linux it>
* docbook/it/it.po: Fixed a couple of typos in Italian
Index: www.gnome.org/start/2.12/notes/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnomeweb-wml/www.gnome.org/start/2.12/notes/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- www.gnome.org/start/2.12/notes/Makefile.am 7 Sep 2005 18:02:20 -0000 1.4
+++ www.gnome.org/start/2.12/notes/Makefile.am 28 Nov 2005 06:26:51 -0000
@@ -30,7 +30,7 @@
rm -rf $$docbookdir; \
mkdir $$docbookdir; \
echo "Running xlstproc on: " docbook/$$docbookdir/$(ROOTDOC); \
- xsltproc --xinclude -o $$docbookdir/ \
+ xsltproc --xinclude -o $$docbookdir/unused.html.ignore \
--param yelp_max_chunk_depth 1 \
--stringparam admon.graphics.path ./images/ \
--stringparam http_root http://www.gnome.org \
Index: www.gnome.org/tour/ChangeLog
===================================================================
RCS file: /cvs/gnome/gnomeweb-wml/www.gnome.org/tour/ChangeLog,v
retrieving revision 1.6
diff -u -r1.6 ChangeLog
--- www.gnome.org/tour/ChangeLog 11 Sep 2005 14:14:25 -0000 1.6
+++ www.gnome.org/tour/ChangeLog 28 Nov 2005 06:26:51 -0000
@@ -1,3 +1,8 @@
+2005-11-28 Peter Williams <peter newton cx>
+
+ * Makefile.am (html): Give xsltproc a base filename to avoid
+ 'I/O error : Is a directory.'
+
2005-09-11 Vincent Untz <vuntz gnome org>
* docbook/fr/figures/: add some figures
Index: www.gnome.org/tour/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnomeweb-wml/www.gnome.org/tour/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- www.gnome.org/tour/Makefile.am 19 Aug 2005 14:37:20 -0000 1.13
+++ www.gnome.org/tour/Makefile.am 28 Nov 2005 06:26:51 -0000
@@ -29,7 +29,7 @@
rm -rf $$docbookdir; \
mkdir $$docbookdir; \
echo "Running xlstproc on: " docbook/$$docbookdir/$(ROOTDOC); \
- xsltproc --xinclude -o $$docbookdir/ \
+ xsltproc --xinclude -o $$docbookdir/unused.html.ignore \
--param yelp_max_chunk_depth 1 \
--stringparam admon.graphics.path ./images/ \
--stringparam http_root http://www.gnome.org \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]