<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c3ab26950fe8540fb553d1d1dcae454bc98e5a25 - Rework /usr/share/doc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#c3ab26950fe8540fb553d1d1dcae454bc98e5a25</link>
        <description>Rework /usr/share/doc.Update the &lt;bsd.doc.mk&gt; infrastructure, and update the docs to matchthe new infrastructure.- Build and install text, ps, pdf, and/or html, not roff sources.- Don&apos;t wire the chapter numbers into the build system, or use them inthe installed pathnames. This didn&apos;t matter much when the docs were amuseum, but now that we&apos;re theoretically going to start maintainingthem again, we&apos;re going to add and remove documents periodically andhaving the chapter numbers baked in creates a lot of thrashing for nopurpose.- Specify the document name explicitly, rather than implicitly in apath. Use this name (instead of other random strings) as the nameof the installed files.- Specify the document section, which is the subdirectory of/usr/share/doc to install into.- Allow multiple subdocuments. (That is, multiple documents in oneoutput directory.)- Enumerate the .png files groff emits along with html so they can beinstalled.- Remove assorted hand-rolled rules for running roff and roff widgetryand add enough variable settings to make these unnecessary. Thisincludes support for   - explicit use of soelim   - refer   - tbl   - pic   - eqn- Forcibly apply at least minimal amounts of sanity to certainautogenerated roff files.- Don&apos;t exclude USD.doc, SMM.doc, and PSD.doc directories from thebuild, as they now actually do stuff.Note: currently we can&apos;t generate pdf. This turns out to be anontrivial problem with no immediate solution forthcoming. So for now,as a workaround, install compressed .ps as the printable form.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sat, 05 Jul 2014 19:22:02 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fac3a4aeac3d2161f529260c3b092df267ad8a0 - check MKDOC instead of MKSHARE</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#7fac3a4aeac3d2161f529260c3b092df267ad8a0</link>
        <description>check MKDOC instead of MKSHARE

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sun, 11 Jan 2004 16:11:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>001c68bd94f75ce9270b69227c4199fbf34ee396 - Rename a large chunk of the make(1) variables which refer to a</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#001c68bd94f75ce9270b69227c4199fbf34ee396</link>
        <description>Rename a large chunk of the make(1) variables which refer to aprogram/tool from &quot;FOO&quot; to &quot;TOOL_FOO&quot;.  The new variables are:	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZICFor each, provide default in &lt;bsd.sys.mk&gt; of the form:	TOOL_FOO?=	fooand for the ${USETOOLS}==&quot;yes&quot; case in &lt;bsd.own.mk&gt;, provide override:	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}fooDocument all of these in bsd.README.This cleans up a chunk of potential (and actual) namespace collisionwithin our build infrastructure, as well as improves consistency inthe share/mk documentation and provision of appropriate defaults foreach of these variables.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Thu, 10 Jul 2003 10:33:58 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49ae87f6c4b36e4b271c91de259152e66dd60ba8 - Add missing -ms to format &apos;Title&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#49ae87f6c4b36e4b271c91de259152e66dd60ba8</link>
        <description>Add missing -ms to format &apos;Title&apos;.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Fri, 25 Jan 2002 04:11:30 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8fee4a6c467b1bca493ec1f0b5c01ee8184dc7f - YAbsd.own.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#e8fee4a6c467b1bca493ec1f0b5c01ee8184dc7f</link>
        <description>YAbsd.own.mk

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sun, 14 Feb 1999 08:56:59 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a - convert from NOxxx= to MKxxx=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#dcab0210a01af9b73b50a3c45f6cd7b0192d3f2a</link>
        <description>convert from NOxxx= to MKxxx=no.include &lt;bsd.own.mk&gt; if testing a MKxxx variable.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sat, 13 Feb 1999 02:54:17 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9dee5d2b46996c0e9ca77b84be03da57ed04fbe0 - don&apos;t install in /usr/share if NOSHARE is defined</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#9dee5d2b46996c0e9ca77b84be03da57ed04fbe0</link>
        <description>don&apos;t install in /usr/share if NOSHARE is defined

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sun, 27 Sep 1998 17:22:03 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43551801be633bc79e0b81ede65e6595dc6103c8 - Make `make install&apos; work with `obj&apos; directory.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#43551801be633bc79e0b81ede65e6595dc6103c8</link>
        <description>Make `make install&apos; work with `obj&apos; directory.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Wed, 22 Oct 1997 22:12:30 +0000</pubDate>
        <dc:creator>enami &lt;enami@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>339de23572350aa727139d9fd0f1028153975455 - merge lite-2.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#339de23572350aa727139d9fd0f1028153975455</link>
        <description>merge lite-2.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Fri, 17 Oct 1997 09:59:27 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3917c3179dd8de5f34cf0085680aa79bd1869d6c - - Makefile cleanups</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#3917c3179dd8de5f34cf0085680aa79bd1869d6c</link>
        <description>- Makefile cleanups

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Mon, 24 Mar 1997 21:57:01 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f9ea0f2edf68e515fb857dde3206f667e267f29 - Use ${INSTALL}.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#7f9ea0f2edf68e515fb857dde3206f667e267f29</link>
        <description>Use ${INSTALL}.

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Fri, 18 Oct 1996 05:45:01 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01d538b31af9a47d50fbd60f8f43cdbae5a5b075 - slight mod to the way in-source docs are handled</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#01d538b31af9a47d50fbd60f8f43cdbae5a5b075</link>
        <description>slight mod to the way in-source docs are handled

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sat, 25 Jun 1994 05:49:29 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d80c042e2f57a6bf157592f9002f7b61d5ee6095 - make it work</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#d80c042e2f57a6bf157592f9002f7b61d5ee6095</link>
        <description>make it work

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sun, 19 Jun 1994 02:36:49 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9158b13b5dfe46201430699a3f7a235ecf28df3 - new doc set from Lite</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/share/doc/psd/Makefile#d9158b13b5dfe46201430699a3f7a235ecf28df3</link>
        <description>new doc set from Lite

            List of files:
            /netbsd-src/share/doc/psd/Makefile</description>
        <pubDate>Sun, 19 Jun 1994 00:07:16 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
