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

This commit is contained in:
Richard Stallman 2022-09-08 22:05:26 -04:00
parent e305430c71
commit 833da61a6d
1 changed files with 3 additions and 3 deletions

View File

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