X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a41fbf8e28eedc34f2dfcbcfe6bd6be4a80b7d1..addf1684268e6863fc702567a8b47a090400428f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b054fefd31..5dbe469f44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,14 @@ publish: dist cp ChangeLog ~/public_html/simgrid2/ $(MAKE) -C ~/public_html +indent: + indent -br -brs -ce -bbo -bap --dont-break-procedure-type \ + --no-tabs --cuddle-do-while --cuddle-else --indent-level2 \ + --leave-preprocessor-space --no-space-after-function-call-names \ + `$(MAKE) dist-files | grep '\.[ch]$$'|grep -v '/_' |grep -v '_unit.c'\ + | grep -v src/xbt/graphxml.c | grep -v datadesc_structs.c \ + | grep -v simgrid_dtd.[ch]` + sync-gforge: chmod g+rw -R doc/ chmod a+rX -R doc/