Differences From Artifact [01d09963]:
- File makefile — part of check-in [1e45b119] at 2019-04-27 19:08:24 on branch trunk — Utility scripts use (main) (user: joel, size: 3936) [annotate] [blame] [check-ins using]
To Artifact [7253bcb0]:
- File makefile — part of check-in [2843e345] at 2019-04-30 19:20:17 on branch trunk — Hack: make links relative while testing site in subfolder (user: joel, size: 3974) [annotate] [blame] [check-ins using]
︙ | |||
59 60 61 62 63 64 65 66 67 68 | 59 60 61 62 63 64 65 66 67 68 69 | + | fossil clean code-docs/ publish: check-env publish: ## Sync all HTML and PDF stuff to the public web server (does not rebuild any files) raco pollen publish ./util/relativize ~/Desktop/publish/ rsync -av ~/Desktop/publish/ -e 'ssh -p $(WEB_SRV_PORT)' $(LOCALYARN_SRV) \ --delete \ --exclude=drafts \ --exclude=code-docs \ --exclude=util \ |
︙ |