robodoc: manh is not a valid man section. HTML manual goes in share/doc/robodoc.

This commit is contained in:
tnn 2022-04-25 10:35:06 +00:00
parent 33553a7e19
commit e33cb81f5a
4 changed files with 21 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.19 2020/04/27 17:35:22 rillig Exp $
# $NetBSD: Makefile,v 1.20 2022/04/25 10:35:06 tnn Exp $
#
DISTNAME= robodoc-4.99.6
PKGREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/}

View file

@ -1,9 +1,8 @@
@comment $NetBSD: PLIST,v 1.4 2019/10/12 21:25:02 rillig Exp $
@comment $NetBSD: PLIST,v 1.5 2022/04/25 10:35:06 tnn Exp $
bin/robodoc
bin/robohdrs
man/man1/robodoc.1
man/man1/robohdrs.1
man/manh/manual.html
share/doc/robodoc/AUTHORS
share/doc/robodoc/COPYING
share/doc/robodoc/ChangeLog

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.8 2021/10/26 11:23:20 nia Exp $
$NetBSD: distinfo,v 1.9 2022/04/25 10:35:06 tnn Exp $
BLAKE2s (robodoc-4.99.6.tar.gz) = a6f109445b149e7fae61d5ee90c93eea310408bd6e40623b8c2a7a840b7b80a0
SHA512 (robodoc-4.99.6.tar.gz) = e6f619cc091c614ae9531bc8ea991d2184bf72d0f31e503281afc3114cd1c3f423ecb3d9dab780564cc832cbf1484e32e04d0ea9d137afdd9cd57f26903835b2
Size (robodoc-4.99.6.tar.gz) = 210861 bytes
SHA1 (patch-Docs_makefile.in) = 87827093a1e7dde2a6beef77557818e91da36a7d

View file

@ -0,0 +1,16 @@
$NetBSD: patch-Docs_makefile.in,v 1.1 2022/04/25 10:35:06 tnn Exp $
robodoc: manh is not a valid man section. HTML manual goes in share/doc/robodoc.
--- Docs/makefile.in.orig 2004-09-26 10:10:25.000000000 +0000
+++ Docs/makefile.in
@@ -180,6 +180,9 @@ uninstall-man1:
manhdir = $(mandir)/manh
install-manh: $(manh_MANS) $(man_MANS)
+ true
+
+do-not-install-manh: $(manh_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(manhdir)
@list='$(manh_MANS) $(dist_manh_MANS) $(nodist_manh_MANS)'; \