summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-01 18:21:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-01 18:21:32 +0000
commitdf92858f6566afb53f16b8d340b679c4a54a9403 (patch)
tree592b169a333585945cc98275ee5cc6b161964c1a /docs/manuals.mak
parent22c2ec2fbf34ed50c00bbd98cbc7bee273029027 (diff)
changed doc build again to use docbook2 tools.
Original commit message from CVS: changed doc build again to use docbook2 tools. *please* stop quickfixing the docs build, I'm tired of tracking and properly fixing the build at the whim of each developer :)
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index ee860dff90..9c5e98b1d1 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -95,7 +95,7 @@ html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
@echo "*** Generating HTML output ***"
@-mkdir -p html
@cp -f $(srcdir)/../image-png $(BUILDDIR)/image.entities
- @cd $(BUILDDIR) && xmlto html -o ../html $(MAIN)
+ @cd $(BUILDDIR) && docbook2html -o ../html $(MAIN)
@test "x$(CSS)" != "x" && \
echo "Copying .css files: $(CSS)" && \
cp $(srcdir)/$(CSS) html