skip tidy and fetch repo data from git.uugrn.org
This commit is contained in:
6
Makefile
6
Makefile
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user