Commit Diff
Commit:
19a4c72c800ff0275dc319c36f3044cbab5d6da6
Date:
Fri Aug 26 15:21:23 2022
UTC
Message:
change MDIR and OUTDIR defaults
--- 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
--- 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