Explorar el Código

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

Richard Stallman hace 2 años
padre
commit
502da18ae0
Se han modificado 1 ficheros con 1 adiciones y 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 > $@