Removed UNIX Archive mirror.

This commit is contained in:
Johannes Findeisen 2024-12-23 16:51:37 +01:00
commit c81f452ad5
2 changed files with 7 additions and 74 deletions

View file

@ -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 {} {} \;