w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit d9acce714ec5b002bcf6e2209db23fcbb39d6ddc
parent 8187bb7963145cfb27bcddd912a866506ee2fbc4
Author: ukai <ukai>
Date:   Thu, 18 Jul 2002 14:31:20 +0000

run indent for w3mimg/

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -45,7 +45,7 @@ bindist: XXMakefile $(MAKE) -f XXMakefile bindist indent: - mv -f config.h config.h- + test -f config.h && mv -f config.h config.h- # indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.h indent -orig -nce -ncdb -i4 -di1 -nbc -l79 -ncs -npcs -nfca -ss \ -TAnchor -TAnchorList -TBuffer -TBufferPoint -TBreakpoint \ @@ -69,8 +69,8 @@ indent: -TTextLine -TTextLineList -TTextLineListItem \ -TURLOption -TURLFile \ -TVector \ - *.c *.h - mv -f config.h- config.h + *.c *.h w3mimg/*.c w3mimg/*.h w3mimg/*/*.c w3mimg/*/*.h + test -f config.h- && mv -f config.h- config.h XXMakefile: XMakefile config.h awk '/^#ifdef makefile_parameter/,/^#else/' config.h | cat - XMakefile > XXMakefile