diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
