From: uz Date: Fri, 6 Mar 2009 09:58:13 +0000 (+0000) Subject: Fixed a typo in the makefile. HTML generatiom was broken. X-Git-Tag: V2.13.0rc1~296 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2575fd1e1648b40295212aa0c1410a4682cdbe1c;p=cc65 Fixed a typo in the makefile. HTML generatiom was broken. git-svn-id: svn://svn.cc65.org/cc65/trunk@3959 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/Makefile b/doc/Makefile index d65800455..c3c5d481e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 $<