Explorar o código

(c.html): Add --no-split.

Richard Stallman %!s(int64=2) %!d(string=hai) anos
pai
achega
502da18ae0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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 > $@