Skip to content

Commit 51cb3f0

Browse files
committed
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
1 parent 8cddd97 commit 51cb3f0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-02-04 Jun-ichi Takimoto <[email protected]>
2+
3+
* unposted: Doc/Makefile.in, Etc/Makefile.in: remove a few more
4+
files by 'make clean'
5+
16
2025-01-30 Oliver Kiddle <[email protected]>
27

38
* github #118: Eisuke Kawashima: Completion/Unix/Command/_git:

Doc/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ uninstall.html:
414414

415415
clean-here:
416416
rm -f *.html *.info* *.dvi *.ps *.pdf
417-
rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
417+
rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.kys *.log *.idx
418418
rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
419419
rm -rf infodir
420420
rm -f texi2html.conf

Etc/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FAQ.html: $(sdir)/FAQ.yo
5353
@CLEAN_MK@
5454

5555
mostlyclean-here:
56-
rm -f FAQ.html
56+
rm -f FAQ*.html
5757

5858
distclean-here:
5959
rm -f Makefile

0 commit comments

Comments
 (0)