summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-02 18:21:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-02 18:21:35 +0000
commita0e8e56d8dc59b8697df7115aafbe74a6d9c6436 (patch)
tree216578216cd7d8922ef750b469837ff3cf3c5be5 /docs/manuals.mak
parent1f6bda5395005afc10b25ed1473ef79421642fdf (diff)
fix docs build fix make distcheck
Original commit message from CVS: fix docs build fix make distcheck
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 9c5e98b1d1..51f5ec7142 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) && docbook2html -o ../html $(MAIN)
+ @cd $(BUILDDIR) && docbook2html -o ../html -V '%use-id-as-filename%' $(MAIN)
@test "x$(CSS)" != "x" && \
echo "Copying .css files: $(CSS)" && \
cp $(srcdir)/$(CSS) html