about summary refs log tree commit homepage
path: root/Documentation/include.mk
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-31 19:32:12 +0000
committerEric Wong <e@80x24.org>2016-08-31 19:32:12 +0000
commit50f05cb638a643c70d5a78eb9cc40bdcc890ce87 (patch)
treed16c75d67d83746560219dd7b0d81d1e0c82416a /Documentation/include.mk
parentdfb1ed795ba2890b710b3faee82db9ccdf888e17 (diff)
downloadpublic-inbox-50f05cb638a643c70d5a78eb9cc40bdcc890ce87.tar.gz
This will allow reasonable titles to be generated for
manpages.
Diffstat (limited to 'Documentation/include.mk')
-rw-r--r--Documentation/include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/include.mk b/Documentation/include.mk
index 51a914b3..4583f951 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -59,7 +59,7 @@ dtxt := design_notes.txt design_www.txt dc-dlvr-spam-flow.txt
 dtxt := $(addprefix Documentation/, $(dtxt)) $(mantxt)
 
 %.html: %.txt
-        $(txt2pre)
+        TITLE="$(basename $(<F))" $(txt2pre)
 %.html: %
         $(txt2pre)