mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: remove a few more files by 'make clean'
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
This commit is contained in:
parent
8cddd97297
commit
51cb3f0f83
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2025-02-04 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* unposted: Doc/Makefile.in, Etc/Makefile.in: remove a few more
|
||||||
|
files by 'make clean'
|
||||||
|
|
||||||
2025-01-30 Oliver Kiddle <opk@zsh.org>
|
2025-01-30 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* github #118: Eisuke Kawashima: Completion/Unix/Command/_git:
|
* github #118: Eisuke Kawashima: Completion/Unix/Command/_git:
|
||||||
|
|
|
@ -414,7 +414,7 @@ uninstall.html:
|
||||||
|
|
||||||
clean-here:
|
clean-here:
|
||||||
rm -f *.html *.info* *.dvi *.ps *.pdf
|
rm -f *.html *.info* *.dvi *.ps *.pdf
|
||||||
rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
|
rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.kys *.log *.idx
|
||||||
rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
|
rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
|
||||||
rm -rf infodir
|
rm -rf infodir
|
||||||
rm -f texi2html.conf
|
rm -f texi2html.conf
|
||||||
|
|
|
@ -53,7 +53,7 @@ FAQ.html: $(sdir)/FAQ.yo
|
||||||
@CLEAN_MK@
|
@CLEAN_MK@
|
||||||
|
|
||||||
mostlyclean-here:
|
mostlyclean-here:
|
||||||
rm -f FAQ.html
|
rm -f FAQ*.html
|
||||||
|
|
||||||
distclean-here:
|
distclean-here:
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
|
|
Loading…
Reference in a new issue