Module Name:    src
Committed By:   joerg
Date:           Wed Feb  8 23:51:37 UTC 2012

Modified Files:
        src/sys/arch/x68k/stand/loadbsd: Makefile

Log Message:
Don't depend on cat pages to be installed, just run mandoc here.
Also provide a HTML version for user of modern technology.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/loadbsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/loadbsd/Makefile
diff -u src/sys/arch/x68k/stand/loadbsd/Makefile:1.13 src/sys/arch/x68k/stand/loadbsd/Makefile:1.14
--- src/sys/arch/x68k/stand/loadbsd/Makefile:1.13	Wed Apr 13 11:10:49 2011
+++ src/sys/arch/x68k/stand/loadbsd/Makefile	Wed Feb  8 23:51:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2011/04/13 11:10:49 he Exp $
+#	$NetBSD: Makefile,v 1.14 2012/02/08 23:51:37 joerg Exp $
 
 S=	${.CURDIR}/../../../..
 
@@ -54,6 +54,7 @@ ${BASE}${i}:	${OBJS} ${LIBDOS}/libdos.a 
 release: check_RELEASEDIR
 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${PROG} \
 	    ${RELEASEDIR}/${MACHINE}/installation/misc
-	${HOST_INSTALL_FILE} -m ${NONBINMODE} \
-	    ${DESTDIR}/usr/share/man/cat8/x68k/loadbsd.0 \
-	    ${RELEASEDIR}/${MACHINE}/installation/misc
+	${TOOL_MANDOC_ASCII} ${DESTDIR}/usr/share/man/man8/x68k/loadbsd.8 > \
+	    ${RELEASEDIR}/${MACHINE}/installation/misc/loadbsd.0
+	${TOOL_MANDOC_HTML} ${DESTDIR}/usr/share/man/man8/x68k/loadbsd.8 > \
+	    ${RELEASEDIR}/${MACHINE}/installation/misc/loadbsd.html

Reply via email to