From 833da61a6d68a6022495ebe285fdf8623eebbdb4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 8 Sep 2022 22:05:26 -0400 Subject: [PATCH] (c.doc, c.html, c.txt): List source files as dependencies. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1605128..ee7cbf8 100644 --- a/Makefile +++ b/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: