X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2FMakefile;h=96b23fc6c4732b471af6fb60004444ad57abdb09;hp=ed06006a1f44d8ffe698423d80798001b06a0233;hb=51bdee662fdfad1937c576daadd2e5eacac17905;hpb=4d4a39b569d7982405748b961b93dcd33e59b833 diff --git a/doc/Makefile b/doc/Makefile index ed06006a..96b23fc6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,9 @@ # 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 \ release-notes-1.6.1.inc \ @@ -234,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 $@