run indent for w3mimg/

This commit is contained in:
Fumitoshi UKAI
2002-07-18 14:31:20 +00:00
parent eec657d140
commit 9bde391fe3

View File

@@ -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