aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual/Makefile
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-27 15:12:11 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-27 15:12:11 +0100
commit433e8f22bbb1e2baa7875f6d1f1c88804d6d7e7c (patch)
tree1dfece74c257842f560d94948f77af8d80522dcc /docs/usermanual/Makefile
parent8f50054be5447478ef6f05a758dd2fe3b289c984 (diff)
downloadopenembedded-433e8f22bbb1e2baa7875f6d1f1c88804d6d7e7c.tar.gz
usermanual: fix 'nochunk' types
Diffstat (limited to 'docs/usermanual/Makefile')
-rw-r--r--docs/usermanual/Makefile4
1 files changed, 2 insertions, 2 deletions
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