X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/c867ac90ce4d41f3934f99db27f6bf9164c14f10..553a0296a5df508f36f9332170ba5037a7d2bf8e:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index fb9fc11..4eaaf04 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -SRC := $(filter-out $(wildcard meta_*), $(wildcard *.m4 fsf-internship/*.m4)) +SRC := $(filter-out $(wildcard meta_*), $(wildcard *.m4)) OUTPUTS := $(patsubst %.m4,out/%.html, $(SRC)) STATIC := $(patsubst static/%,out/%, $(filter-out static/GNUmakefile, $(wildcard static/* static/.*))) @@ -24,8 +24,8 @@ clean: rm -rf out/ deploy: - rsync -avzLP out/ abandali@bndl.org:www/site/ - ssh abandali@bndl.org mv www/site/.htaccess-www www/.htaccess + rsync -avzLP out/ abandali@bndl.org:www/bndl.org/ + ssh abandali@bndl.org mv www/bndl.org/.htaccess-www www/.htaccess watch: while true; do \