about summary refs log tree commit homepage
path: root/Documentation/include.mk
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-11-02 12:55:37 -1100
committerEric Wong <e@80x24.org>2021-11-03 07:23:06 +0000
commit1f1b1f0e22f7b4cbe5c8e843c1932222c0461393 (patch)
tree263a1667706c2eee470937a47d8d1ff612f9a427 /Documentation/include.mk
parent0d0a00cf1306d54a312504e6bfe8712900a06b01 (diff)
downloadpublic-inbox-1f1b1f0e22f7b4cbe5c8e843c1932222c0461393.tar.gz
The new Documentation/common.perl file will be used for
all manpages in the future.
Diffstat (limited to 'Documentation/include.mk')
-rw-r--r--Documentation/include.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/include.mk b/Documentation/include.mk
index 5f3ffcc5..149f9e3c 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -80,6 +80,9 @@ Documentation/flow.txt : Documentation/flow.ge
         touch -r Documentation/flow.ge $@+
         mv $@+ $@
 
+Documentation/lei-q.pod : lib/PublicInbox/Search.pm Documentation/common.perl
+        $(PERL) -I lib -w Documentation/common.perl $@
+
 NEWS NEWS.atom NEWS.html : $(news_deps)
         $(PERL) -I lib -w Documentation/mknews.perl $@ $(RELEASES)