]> oss.titaniummirror.com Git - oss-web.git/blobdiff - Makefile
Fix small typo in wwvb page.
[oss-web.git] / Makefile
index 342b8ebe5e3b170477452a120e388a7ea9daab87..67739841d7384741c6301b24d182c71652c1e265 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,13 @@ all: webber.conf
 profile:
        ./webber --profile
 
+lint:
+       pylint \
+               --include-ids=y \
+               --reports=n \
+               --disable-msg=W0312,C0103 \
+               webber.py plugins
+
 clean:
        rm -f *.pyc plugins/*.pyc
 
@@ -18,6 +25,9 @@ realclean: clean
 deploy:
        rsync -avz --delete out/ $(deployurl)
 
+dry:
+       rsync --dry-run -avz --delete out/ $(deployurl)
+
 # Automatically create webber.conf:
 ifeq ($(wildcard webber.conf),)
 webber.conf: in/webber.conf