more improvement on devinstall target

This commit is contained in:
Wolfgang Hottgenroth 2018-05-02 15:28:16 +02:00
parent b8480d86bc
commit f997871d66
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4
2 changed files with 10 additions and 1 deletions

View File

@ -33,4 +33,4 @@ index: posts pages plain
.PHONY: install
devinstall: index
rsync -av --delete --exclude .git . /var/www/html
rsync -av --delete --exclude-from excludes.lst . /var/www/html

9
excludes.lst Normal file
View File

@ -0,0 +1,9 @@
export-media
export-xml
m4
*.m4
*.inc
*.mk
Makefile
.git
excludes.lst