Commit 83c78d3a82fa76aaf7525772573b4a87b1bd072f

Makefile: remove bashism from distclean rule

Commit diff

Makefile

 
9999 $(RM) $(PROGS) core *.o *.xml
100100
101101distclean: clean
102 $(RM) -r manual.html-chunked *.toc $(ALLDOC)
103 $(RM) -r autom4te.cache aclocal.m4 config.{h,log,make,status} config.h.in configure
102 $(RM) -r manual.html-chunked autom4te.cache
103 $(RM) *.toc $(ALLDOC) aclocal.m4 configure
104 $(RM) config.h config.log config.make config.status config.h.in
104105
105106spell-check:
106107 aspell --lang=en --check tig.1.txt tigrc.5.txt manual.txt
toggle raw diff