(c.info, c.html): Specify output file.

(clean): add c,info*.  Take out obsolete file names.
This commit is contained in:
Richard Stallman 2022-09-09 07:27:34 -04:00
parent 833da61a6d
commit a50f6f1177
1 changed files with 3 additions and 3 deletions

View File

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