mirror of
https://github.com/mapnik/mapnik.git
synced 2025-08-16 17:41:13 +00:00
+ add deps/agg directory
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
# batch format *.{hpp,cpp} files
|
||||
|
||||
MAPNIK_DIR=`pwd`
|
||||
DIRS="$MAPNIK_DIR/plugins $MAPNIK_DIR/demo/c++ $MAPNIK_DIR/src $MAPNIK_DIR/include $MAPNIK_DIR/bindings $MAPNIK_DIR/utils $MAPNIK_DIR/tests"
|
||||
DIRS="$MAPNIK_DIR/plugins $MAPNIK_DIR/demo/c++ $MAPNIK_DIR/src $MAPNIK_DIR/include $MAPNIK_DIR/bindings $MAPNIK_DIR/utils $MAPNIK_DIR/tests $MAPNIK_DIR/deps/agg"
|
||||
|
||||
EMACS="emacs"
|
||||
|
||||
for file in $(find $DIRS -name '*.cpp' -o -name '*.hpp')
|
||||
do
|
||||
$EMACS -batch $file -l $MAPNIK_DIR/utils/format_source_files/mapnik_format.el -f mapnik-format-function
|
||||
done
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user