From a50f6f1177ad3e1d444481720e98559ceb5cf7bb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 9 Sep 2022 07:27:34 -0400 Subject: [PATCH] (c.info, c.html): Specify output file. (clean): add c,info*. Take out obsolete file names. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ee7cbf8..9b1ebef 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,12 @@ c.dvi: c.texi cpp.texi fp.texi fdl.texi texi2dvi c.texi c.doc: c.texi cpp.texi fp.texi fdl.texi - makeinfo --docbook c.texi + makeinfo --docbook c.texi -o $@ c.html: c.texi cpp.texi fp.texi fdl.texi - makeinfo --html c.texi + makeinfo --html c.texi -o $@ c.txt: c.texi cpp.texi fp.texi fdl.texi makeinfo --plaintext c.texi > $@ clean: - rm -f c-manual.tgz c.dvi c.pdf c c-1 c-2 c.doc c.html c.txt + rm -f c-manual.tgz c.dvi c.pdf c.info* c.doc c.html c.txt rm -f c.aux c.cp c.fn c.ky c.log c.pg c.tmp c.toc c.tp c.vr