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 /Etc | |
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
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |