summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordefanor <defanor@thunix.net>2024-02-28 13:41:10 +0300
committerdefanor <defanor@thunix.net>2024-02-28 13:41:10 +0300
commite8960c323d3586e36cb54e798b3aff90f558611c (patch)
tree58ba138e10584f6b3826208d4a1c446959ffeadb /tools
parentc5ee134dbb53f9bc40d717dbc09b209807988084 (diff)
Include most recent blog entries into the main gophermapHEADmaster
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 841f093..356cd97 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
all: $(patsubst src/%,%,$(wildcard src/notes/*.xhtml src/*.xhtml)) \
- notes/atom.xml blog/index.xhtml blog/gophermap
+ notes/atom.xml blog/index.xhtml blog/gophermap gophermap
# Index page
index.xhtml: src/index.xhtml build/notes-by-modification-date.xml build/blog.xml tools/xml-to-html.xsl
@@ -38,6 +38,9 @@ blog/gophermap: blog/*.txt
echo '.') \
> $@
+gophermap: src/gophermap.m4 blog/*.txt
+ m4 src/gophermap.m4 > $@
+
# A single-file dump of all notes
build/notes-dump.xml: src/notes/*.xhtml tools/xml-notes-dump.xsl
(echo '<?xml version="1.0" encoding="UTF-8"?>' && \