X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Finclude.mk;h=8501adc86873393e9c89aa82c91ecbd23a64c72f;hp=f5f46d0bbac8e2331cdca716922f73b9a856a84e;hb=d9aad3a7988262b31ab2171f2c982daf04ac822c;hpb=3fd2143efc1c96f0000af2ae7a6dee0990337fc4 diff --git a/Documentation/include.mk b/Documentation/include.mk index f5f46d0b..8501adc8 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -32,6 +32,7 @@ podtext = $(PODTEXT) $(PODTEXT_OPTS) # MakeMaker only seems to support manpage sections 1 and 3... m1 = m1 += public-inbox-compact +m1 += public-inbox-convert m1 += public-inbox-edit m1 += public-inbox-httpd m1 += public-inbox-index @@ -151,7 +152,7 @@ rsync-doc: $(RSYNC) --chmod=Fugo=r -av $(rsync_docs) $(rsync_xdocs) $(RSYNC_DEST) clean-doc: - $(RM) $(man1) $(man5) $(man7) $(gz_docs) $(docs_html) $(mantxt) + $(RM) $(man1) $(man5) $(man7) $(man8) $(gz_docs) $(docs_html) $(mantxt) $(RM) $(gz_xdocs) $(xdocs_html) $(xdocs) clean :: clean-doc