Commit Diff
Commit:
19a4c72c800ff0275dc319c36f3044cbab5d6da6
From:
Omar Polo <op@omarpolo.com>
Date:
Fri Aug 26 15:21:23 2022 UTC
Message:
change MDIR and OUTDIR defaults
commit - 707e3f4a96c2cec1375b104d687026440e1b7abe
commit + 19a4c72c800ff0275dc319c36f3044cbab5d6da6
blob - fc1784b1d7f676e1a731ef2a022d48733c501ef8
blob + c7a0fbe6af6529a354460b7a6520801b0efb2d75
--- Makefile
+++ Makefile
@@ -1,5 +1,5 @@
-MDIR = ${HOME}/Maildir/op/GoT
-OUTDIR = www
+MDIR = ${HOME}/Mail/gameoftrees
+OUTDIR = /var/www/marc/
.PHONY: all assets images dirs gzip clean
blob - ba4e3babd277e204a4c66fe120d8ce4e6608c8ba
blob + a8dde91f26b765ac8c7d1b3dd7646b3b792bb526
--- README
+++ README
@@ -35,8 +35,9 @@ will create and populate a `www' directory with the HT
$ make MDIR=/path/to/got/maildir
-will create and populate a `www' directory with the HTML files. Pass
-OUTDIR to override the destination directory.
+will create and populate a `/var/www/marc' directory with the HTML
+files. Pass OUTDIR to override the destination directory. MDIR
+defaults to ~/Mail/gameoftrees.
Every once in a while, the maildir should be synced (with mbsync for
example) and `make' re-run to update the archive. gotmarc does
Omar Polo