diff --git a/Makefile b/Makefile index 9a2c3ed..a3ca0b3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ c.dvi: c.texi cpp.texi fp.texi fdl.texi c.doc: c.texi cpp.texi fp.texi fdl.texi makeinfo --docbook c.texi -o $@ c.html: c.texi cpp.texi fp.texi fdl.texi - makeinfo --html c.texi -o $@ + makeinfo --html --no-split c.texi -o $@ c.txt: c.texi cpp.texi fp.texi fdl.texi makeinfo --plaintext c.texi > $@