]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo in the makefile. HTML generatiom was broken.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Mar 2009 09:58:13 +0000 (09:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Mar 2009 09:58:13 +0000 (09:58 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3959 b7a2c559-68d2-44c3-8de9-860c34a00d81

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 $<