diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8321ecc..687069f 100644 --- a/Makefile +++ b/Makefile | |||
@@ -134,7 +134,7 @@ doc-pdf: $(DOC_PDF) | |||
134 | a2x -f manpage $< | 134 | a2x -f manpage $< |
135 | 135 | ||
136 | $(DOC_HTML): %.html : %.txt | 136 | $(DOC_HTML): %.html : %.txt |
137 | a2x -f xhtml --stylesheet=cgit-doc.css $< | 137 | a2x -f xhtml --stylesheet=cgit-doc.css --xsltproc-opts="--param generate.consistent.ids 1" $< |
138 | 138 | ||
139 | $(DOC_PDF): %.pdf : %.txt | 139 | $(DOC_PDF): %.pdf : %.txt |
140 | a2x -f pdf cgitrc.5.txt | 140 | a2x -f pdf cgitrc.5.txt |