commit 78823600603baa38038fcfd10135c1a253bcdc58
parent 7de5297369268a4e49a1beff49a0c1d064d4cee3
Author: lash <dev@holbrook.no>
Date: Sat, 13 Jul 2024 22:26:09 +0100
Add titles explicit to readme in make
Diffstat:
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
@@ -12,8 +12,8 @@ test:
doc:
-asciidoc -b docbook5 README.adoc
- -pandoc -f docbook -t gfm -o README.md README.xml
- -pandoc -f docbook -t plain -o README.txt README.xml
+ -pandoc -f docbook -t gfm -o README.md -T Wala README.xml
+ -pandoc -f docbook -t plain -o README.txt -T Wala README.xml
rm -vf README.xml
clean:
diff --git a/README.md b/README.md
@@ -1,3 +1,7 @@
+---
+title: Wala
+---
+
HTTP service that makes uploaded content available at the path of its
digests(s)
diff --git a/README.txt b/README.txt
@@ -1,3 +1,6 @@
+Wala
+
+
HTTP service that makes uploaded content available at the path of its
digests(s)
diff --git a/ROADMAP b/ROADMAP
@@ -1,2 +0,0 @@
-- 0.1.3
- * Remove all compile warnings