(clean): Fix deletion of c.html

This commit is contained in:
Richard Stallman 2022-09-10 01:53:00 -04:00
parent bc15515996
commit 362d489132
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ c.txt: c.texi cpp.texi fp.texi fdl.texi
makeinfo --plaintext c.texi > $@ makeinfo --plaintext c.texi > $@
clean: clean:
rm -f c-manual.tgz c.dvi c.pdf c c-* c.doc c.html c.txt rm -f c-manual.tgz c.dvi c.pdf c c-* c.doc c.txt
rm -rf c.html
rm -f c.aux c.cp c.fn c.ky c.log c.pg c.tmp c.toc c.tp c.vr rm -f c.aux c.cp c.fn c.ky c.log c.pg c.tmp c.toc c.tp c.vr
rm -f c.cps c.fns rm -f c.cps c.fns