]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/include.mk
Merge remote-tracking branch 'origin/edit' into next
[public-inbox.git] / Documentation / include.mk
index f5f46d0bbac8e2331cdca716922f73b9a856a84e..8501adc86873393e9c89aa82c91ecbd23a64c72f 100644 (file)
@@ -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