From 433e8f22bbb1e2baa7875f6d1f1c88804d6d7e7c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 27 Feb 2009 15:12:11 +0100 Subject: usermanual: fix 'nochunk' types --- docs/usermanual/Makefile | 4 ++-- docs/usermanual/chunk-utf8.xsl | 52 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 docs/usermanual/chunk-utf8.xsl diff --git a/docs/usermanual/Makefile b/docs/usermanual/Makefile index 5649442ed5..305448af4f 100644 --- a/docs/usermanual/Makefile +++ b/docs/usermanual/Makefile @@ -6,7 +6,7 @@ types = $(xmltotypes) $(htmltypes) $(docbooktotypes) xmltotypes = docbooktotypes = dvi pdf ps rtf tex texi txt htmltypes = html xhtml -htmlxsl = $(if $(filter $@,$(foreach type,$(htmltypes),$(type)-nochunks)),docbook-utf8.xsl,http://docbook.sourceforge.net/release/xsl/current/$@/chunk.xsl) +htmlxsl = $(if $(filter $@,$(foreach type,$(htmltypes),$(type)-nochunks)),docbook-utf8.xsl,chunk-utf8.xsl) htmlcssfile = docbook.css htmlcss = $(topdir)/html.css # htmlcssfile = @@ -20,7 +20,7 @@ endef else define command @echo $(2) $(3) $(4) - @$(1) >/dev/null + @$(1) endef endif diff --git a/docs/usermanual/chunk-utf8.xsl b/docs/usermanual/chunk-utf8.xsl new file mode 100644 index 0000000000..5d979ac711 --- /dev/null +++ b/docs/usermanual/chunk-utf8.xsl @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 8c06fe62fe28cdbb80f87cad70e107006c1f75dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 27 Feb 2009 15:35:47 +0100 Subject: checksums.ini: add entry for libsidplay-1.36.59.tgz --- conf/checksums.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/checksums.ini b/conf/checksums.ini index 225dc1af25..70822369fe 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -13162,6 +13162,10 @@ sha256=83e82b9afe296584a6c9f1f8b3e3a70d324209021e0049f68d28bd1de8c18136 md5=4f75fc9901c724b712c371c9a1e782d3 sha256=912a1fdb12d31af757e7881db49321e5b5240bd8bd4199e9fb0ce16d66568160 +[ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz] +md5=37c51ba4bd57164b1b0bb7b43b9adece +sha256=3da9b38d4eb5bf9e936b9604ba92da0594ef38047d50cf806a8e11c400008024 + [http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/libsidplay-1.36.59.tgz] md5=37c51ba4bd57164b1b0bb7b43b9adece sha256=3da9b38d4eb5bf9e936b9604ba92da0594ef38047d50cf806a8e11c400008024 -- cgit v1.2.3 From 6da0d74d81e093c489cff8c6139036ef43504b26 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 27 Feb 2009 16:53:29 +0100 Subject: added ivman and pmount to angstrom build-feeds.sh --- contrib/angstrom/build-feeds.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 35ca932d6f..486015fab6 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -175,6 +175,7 @@ do iptables \ irssi \ iscsi-target \ + ivman \ jamvm \ kismet \ konqueror-embedded \ @@ -235,6 +236,7 @@ do pipeman \ pkgconfig \ places \ + pmount \ pocketcellar \ povray \ prboom \ -- cgit v1.2.3