aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-24 02:01:26 +0000
commit975c8f9d43d4026bf1d669b08646e9d29a9d02e4 (patch)
treefd8aed139ffef712ccbb2d392c13b3949b0192c5 /Makefile
parent[w3m-dev 02530] segfault for bad cookie from local (diff)
downloadw3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.tar.gz
w3m-975c8f9d43d4026bf1d669b08646e9d29a9d02e4.zip
run make indent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 24 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2a476f..c190ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,30 @@ bindist: XXMakefile
$(MAKE) -f XXMakefile bindist
indent:
- indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.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 \
+ -TDirectory \
+ -TFuncList -TKeyListItem -TKeyList \
+ -TFormList -TFormItemList \
+ -TFormSelectOption -TFormSelectOptionItem \
+ -THist -THistItem -THistList \
+ -THmarkerList -THRequest \
+ -TLine -TLineprop -TLinecolor \
+ -TListItem -TGeneralList -TTextListItem -TTextList \
+ -TMapList -TMatrix \
+ -TMenu -TMenuItem -TMenuList \
+ -TParsedURL \
+ -TRegex \
+ -TStr -TStreamBuffer \
+ -TBaseStream -TFileStream -TStrStream -TSSLStream \
+ -TEncodedStrStream -TInputStream \
+ -TTagAttrInfo \
+ -Ttable_attr \
+ -TTextLine -TTextLineList -TTextLineListItem \
+ -TURLOption -TURLFile \
+ -TVector \
+ *.c *.h
XXMakefile: XMakefile config.h
awk '/^#ifdef makefile_parameter/,/^#else/' config.h | cat - XMakefile > XXMakefile