Date: Sat, 8 Oct 2016 19:25:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r306872 - in projects/doctools: . share/doc Message-ID: <201610081925.u98JPM0j024278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Oct 8 19:25:22 2016 New Revision: 306872 URL: https://svnweb.freebsd.org/changeset/base/306872 Log: While this is not working yet, prepare the build system for using doctools instead of groff Modified: projects/doctools/Makefile.inc1 projects/doctools/share/doc/Makefile Modified: projects/doctools/Makefile.inc1 ============================================================================== --- projects/doctools/Makefile.inc1 Sat Oct 8 19:21:28 2016 (r306871) +++ projects/doctools/Makefile.inc1 Sat Oct 8 19:25:22 2016 (r306872) @@ -1586,8 +1586,8 @@ _strfile= usr.bin/fortune/strfile _gperf= gnu/usr.bin/gperf .endif -.if ${MK_SHAREDOCS} != "no" || ${MK_GROFF} != "no" -_groff= gnu/usr.bin/groff \ +.if ${MK_SHAREDOCS} != "no" || ${MK_DOCTOOLS} != "no" +_doctools= cddl/usr.bin/doctools \ usr.bin/soelim .endif @@ -1700,7 +1700,7 @@ bootstrap-tools: .PHONY ${_kerberos5_bootstrap_tools} \ ${_strfile} \ ${_gperf} \ - ${_groff} \ + ${_doctools} \ ${_dtc} \ ${_cat} \ ${_dd} \ Modified: projects/doctools/share/doc/Makefile ============================================================================== --- projects/doctools/share/doc/Makefile Sat Oct 8 19:21:28 2016 (r306871) +++ projects/doctools/share/doc/Makefile Sat Oct 8 19:25:22 2016 (r306872) @@ -24,7 +24,7 @@ _IPv6= IPv6 .endif # FIXME this is not a real solution ... -.if ${MK_GROFF} != "no" +.if ${MK_DOCTOOLS} != "no" _roffdocs= papers psd smm usd .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610081925.u98JPM0j024278>