]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/include.mk
doc: mda: remove vestigial pandoc comment
[public-inbox.git] / Documentation / include.mk
index 4669ac54db8aaaeb2a39dcb6145bc79173e20a06..396a2585527188777417d08d8324dd9e0d7f3fdc 100644 (file)
@@ -4,9 +4,10 @@ all::
 
 RSYNC = rsync
 RSYNC_DEST = public-inbox.org:/srv/public-inbox/
-docs := README COPYING INSTALL TODO $(shell git ls-files 'Documentation/*.txt')
+docs := README COPYING INSTALL TODO HACKING
+docs += $(shell git ls-files 'Documentation/*.txt')
 INSTALL = install
-POD2MAN = pod2man
+POD2MAN ?= pod2man
 POD2MAN_OPTS = -v --stderr -d 1994-10-02 -c 'public-inbox user manual'
 pod2man = $(POD2MAN) $(POD2MAN_OPTS)
 POD2TEXT = pod2text