]> git.sur5r.net Git - cc65/blobdiff - doc/Makefile
Fixed a typo in the makefile. HTML generatiom was broken.
[cc65] / doc / Makefile
index d65800455b0c46ad39f88cd3c0c287e65dc39493..c3c5d481e5e17aec5c13783fc577cf9945f5f279 100644 (file)
@@ -62,7 +62,7 @@ TEX  =        $(SGML:.sgml=.tex)
        linuxdoc -B txt -f $(TXT_OPTIONS) $<
 
 %.html:        %.sgml
-       linuxdoc -B info --split=1 $(BUTTONS) $<
+       linuxdoc -B html --split=1 $(BUTTONS) $<
 
 %.info:        %.sgml
        linuxdoc -B info $<