summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-17 23:25:34 -0400
committerJune McEnroe <june@causal.agency>2020-08-17 23:25:34 -0400
commit08783bd1cc769c5d9319c51498022e6cdc06172a (patch)
tree666a5b25502ebb1c5e9e83ecdce6d375f4667d83 /Makefile
parentClean up includes (diff)
downloadcatsit-08783bd1cc769c5d9319c51498022e6cdc06172a.tar.gz
catsit-08783bd1cc769c5d9319c51498022e6cdc06172a.zip
Template catsit script with RUNDIR
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6454448..8f11b0f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,13 +32,13 @@ catsitd: ${OBJS}
 
 ${OBJS}: daemon.h
 
-tags: *.c *.h
-	ctags -w *.c *.h
-
 .SUFFIXES: .in
 
 .in:
-	sed -e 's|%%PREFIX%%|${PREFIX}|g' $< > $@
+	sed -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%RUNDIR%%|${RUNDIR}|g' $< > $@
+
+tags: *.c *.h
+	ctags -w *.c *.h
 
 clean:
 	rm -f ${BINS} ${OBJS} ${RC_SCRIPT} tags
/photo.causal.agency/2024-09-05/lens?id=894873c86c5397a92499de39b4c52b5e99801441&follow=1'>Add photos from September 5June McEnroe Had to prefix the folder number onto these file names manually because they must have come out of a different scanner or something. 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe This seems easier to visually scan. The only other thing I'd like is a nicer date rendering but JavaScript is useless for that. 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe