X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Finclude.mk;h=396a2585527188777417d08d8324dd9e0d7f3fdc;hb=120b17a46f06e143d4a59825cdd5db72e852cff2;hp=94278870a34ea9d4c3d7a9be7fd81178461eca86;hpb=5cbb8df04448baf6c07c3de652d287bd2a0a3299;p=public-inbox.git diff --git a/Documentation/include.mk b/Documentation/include.mk index 94278870..396a2585 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -4,7 +4,8 @@ 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_OPTS = -v --stderr -d 1994-10-02 -c 'public-inbox user manual'