altos: Require SPI speed to be declared for cc1200
[fw/altos] / doc / Makefile
index 707a4428ad527c578dd66d956b7c457cb44f30d0..96b23fc6c4732b471af6fb60004444ad57abdb09 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 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 \
@@ -236,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 $@