From 2575fd1e1648b40295212aa0c1410a4682cdbe1c Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 6 Mar 2009 09:58:13 +0000 Subject: [PATCH] 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 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- 2.39.5