From b9539f1d053b75b15bbd91d4a6ac4a329fed814b Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Thu, 28 May 2020 09:46:04 +0200 Subject: [PATCH] HTML manual are more readable with TOC and in multiple files --- docs/manual/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/Makefile b/docs/manual/Makefile index bd06119c..d0f09255 100644 --- a/docs/manual/Makefile +++ b/docs/manual/Makefile @@ -15,16 +15,16 @@ DVIPDFM = dvipdfm all: html pdf html: - $(SGML2HTML) -s 0 manual.sgml + $(SGML2HTML) -s 1 manual.sgml html-fr: - cd fr ; $(SGML2HTML) --language=fr -s 0 manual-fr.sgml + cd fr ; $(SGML2HTML) --language=fr -s 1 manual-fr.sgml html-es: - cd es ; $(SGML2HTML) --language=es -s 0 manual-es.sgml + cd es ; $(SGML2HTML) --language=es -s 1 manual-es.sgml html-zh_CN: - cd zh_CN ; SP_CHARSET_FIXED=yes SP_ENCODING=xml $(SGML2HTML) --language=en -s 0 manual-zh_CN.sgml + cd zh_CN ; SP_CHARSET_FIXED=yes SP_ENCODING=xml $(SGML2HTML) --language=en -s 1 manual-zh_CN.sgml pdf: $(SGML2LATEX) --output=dvi --style=gnugk manual.sgml ; $(DVIPDFM) manual.dvi ; rm -f manual.dvi