浏览代码

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

Richard Stallman 2 年之前
父节点
当前提交
502da18ae0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 > $@