svn commit: r306872 - in projects/doctools: . share/doc

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 8 19:25:23 UTC 2016


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
 


More information about the svn-src-projects mailing list