X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=96b23fc6c4732b471af6fb60004444ad57abdb09;hb=2c80fea1936ff956df127b43e65139afec3929a0;hp=31bc08d820a25bd709eeba9ff479ef9fc22f3c15;hpb=471091d0fddf09ed69df75e4f2fdd92e5f57b9c5;p=fw%2Faltos diff --git a/doc/Makefile b/doc/Makefile index 31bc08d8..96b23fc6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,8 @@ # RELNOTES_INC=\ + release-notes-1.6.8.inc \ + release-notes-1.6.5.inc \ release-notes-1.6.4.inc \ release-notes-1.6.3.inc \ release-notes-1.6.2.inc \ @@ -235,6 +237,7 @@ DOC=$(HTML) $(HTML_REVHISTORY) $(PDF) $(IMAGES) $(STYLESHEET) .raw.pdf: a2x --verbose -a docinfo -f pdf --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(FOP_STYLE) --fop --fop-opts="-c $(FOP_XCONF)" $*.raw a2x --verbose -a docinfo -f xhtml --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file $(HTML_STYLE) --stylesheet=$(STYLESHEET) $*.raw + case $* in release-notes*) ./fix-html $*.html ;; esac .pdf.html: @touch $@