skip tidy and fetch repo data from git.uugrn.org

This commit is contained in:
c0dev0id
2023-01-11 16:13:44 +01:00
parent 49291170de
commit e1d8cd2246
5 changed files with 71 additions and 48 deletions

View File

@@ -69,9 +69,8 @@ upload-remote:
doas rsync -a --delete -e ssh ${WWW}/ ${REMOTE}/
upload-all: upload-local upload-remote
build: photos calendar stagit
build: photos calendar
make compile; \
make tidy; \
make fixperms;
build-and-upload-all:
@@ -102,9 +101,6 @@ realclean: clean
### TARGETS BELOW ARE ONLY FOR CONVENIENCE
stagit:
scripts/reposync.sh
git-add:
find site/photos -type f \
-not -name "*.html" \