X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=19418dbd5ad1137b0bb6566653aacdc42db8ecc7;hb=ebd8f2a12cf7d63c735d4f7dc3f51620913fabfa;hp=9ac9b7f8d3b8f8dd062be4e3241325ed267b2f7c;hpb=aebe4680cb1bd57e604cf2f885c5eb80ee8d6a17;p=unfold.git diff --git a/Makefile b/Makefile index 9ac9b7f8..19418dbd 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ force: #################### compute emacs tags # list files under git but exclude third-party stuff like bootstrap and jquery myfiles: force - @git ls-files | egrep -v 'insert_above/|/bootstrap/|/jquery/' + @git ls-files | egrep -v 'insert_above/|/bootstrap/|/jquery/|datatables/' # in general it's right to rely on the contents as reported by git tags: force @@ -31,8 +31,9 @@ SSHURL:=root@$(MYSLICEBOX):/ SSHCOMMAND:=ssh root@$(MYSLICEBOX) ### rsync options -# the config file should probably not be overridden -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude settings.py --exclude devel --exclude DataTables-1.9.4 +# the config file should probably not be overridden ?? +# --exclude settings.py +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude devel --exclude DataTables-1.9.4 # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n