瀏覽代碼

(c.doc, c.html, c.txt): List source files as dependencies.

Richard Stallman 2 年之前
父節點
當前提交
833da61a6d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -13,11 +13,11 @@ c.pdf: c.dvi
 c.dvi: c.texi cpp.texi fp.texi fdl.texi
 	texi2dvi c.texi
 
-c.doc:
+c.doc: c.texi cpp.texi fp.texi fdl.texi
 	makeinfo --docbook c.texi
-c.html:
+c.html: c.texi cpp.texi fp.texi fdl.texi
 	makeinfo --html c.texi
-c.txt:
+c.txt: c.texi cpp.texi fp.texi fdl.texi
 	makeinfo --plaintext c.texi > $@
 
 clean: