Changeset b447d2b for doc


Ignore:
Timestamp:
2014-09-20T22:19:20Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9bf02f8
Parents:
72721cd
Message:

Pass generate.consistent.ids flag to xsltproc so id tags in HTML output will
no longer be randomised, so when you generate the file from the same input,
it will in fact generate the same output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/Makefile

    r72721cd rb447d2b  
    1717
    1818%.html: %.db.xml
    19         xsltproc --output $@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $<
     19        xsltproc --param generate.consistent.ids 1 --output $@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $<
    2020
    2121%.pdf: %.db.xml
Note: See TracChangeset for help on using the changeset viewer.