Removed UNIX Archive mirror.
This commit is contained in:
parent
82e4874338
commit
c81f452ad5
2 changed files with 7 additions and 74 deletions
6
Makefile
6
Makefile
|
|
@ -1,3 +1,9 @@
|
|||
all:
|
||||
make minify
|
||||
rsync -avr --delete --delete-excluded --exclude=_tmp/ --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/
|
||||
|
||||
minify:
|
||||
find . -name "*.html" -exec minify --html-keep-document-tags --html-keep-end-tags -o {} {} \;
|
||||
find . -name "*.css" -exec minify --css-precision 0 -o {} {} \;
|
||||
find . -name "*.xml" -exec minify -o {} {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue