Преглед на файлове

(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: