diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-02-04 15:39:36 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-02-04 15:43:52 +0900 |
commit | 51cb3f0f83649b7ca59d62447519f7ea53fb5ec4 (patch) | |
tree | 6175c4926dba8bb8b0c9bb1068736507ee43133d | |
parent | 8cddd97297365f91e0f816f5364e06f77b0a2358 (diff) | |
download | zsh-51cb3f0f83649b7ca59d62447519f7ea53fb5ec4.tar.gz zsh-51cb3f0f83649b7ca59d62447519f7ea53fb5ec4.zip |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Makefile.in | 2 | ||||
-rw-r--r-- | Etc/Makefile.in | 2 |
3 files changed, 7 insertions, 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> * github #118: Eisuke Kawashima: Completion/Unix/Command/_git: diff --git a/Doc/Makefile.in b/Doc/Makefile.in index d9eec58e8..f68f40a9e 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -414,7 +414,7 @@ uninstall.html: clean-here: 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 -rf infodir rm -f texi2html.conf diff --git a/Etc/Makefile.in b/Etc/Makefile.in index 53729a0bc..c1032d118 100644 --- a/Etc/Makefile.in +++ b/Etc/Makefile.in @@ -53,7 +53,7 @@ FAQ.html: $(sdir)/FAQ.yo @CLEAN_MK@ mostlyclean-here: - rm -f FAQ.html + rm -f FAQ*.html distclean-here: rm -f Makefile |