pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkg_install
Module Name: pkgsrc
Committed By: sevan
Date: Tue Mar 27 22:29:38 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkg_install: Makefile
Log Message:
Switch from nroff to using mandoc for updating catalog file in the update-catpages
target. This results in closer resemblence to the actual mdoc manuals.
Reviewed by <wiz>
To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 pkgsrc/pkgtools/pkg_install/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkg_install/Makefile
diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.223 pkgsrc/pkgtools/pkg_install/Makefile:1.224
--- pkgsrc/pkgtools/pkg_install/Makefile:1.223 Sat Jan 27 19:07:47 2018
+++ pkgsrc/pkgtools/pkg_install/Makefile Tue Mar 27 22:29:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.223 2018/01/27 19:07:47 rillig Exp $
+# $NetBSD: Makefile,v 1.224 2018/03/27 22:29:38 sevan Exp $
# Notes to package maintainers:
#
@@ -230,10 +230,10 @@ update-catpages:
for f in lib/pkgsrc.7 add/pkg_add.1 admin/pkg_admin.1 \
create/pkg_create.1 delete/pkg_delete.1 info/pkg_info.1 \
lib/pkg_summary.5 lib/pkgsrc.7; do \
- nroff -mdoc ${FILESDIR}/$$f > \
+ mandoc -I os=pkgsrc -Tascii ${FILESDIR}/$$f > \
${FILESDIR}/$${f%%.[157]}.cat; \
done
- nroff -mdoc ${FILESDIR}/lib/pkg_install.conf.5.in > \
+ mandoc -I os=pkgsrc -Tascii ${FILESDIR}/lib/pkg_install.conf.5.in > \
${FILESDIR}/lib/pkg_install.conf.cat.in
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index