Update to 0.16:
* Documentation changes to match Buildtool 0.16. - Track the renaming of defines, which now include the language name in them. - Added information about the bt_check_prog_make function. - Documented the new 'test' target/stage. - Documented the new BT_IS_TEST definition in the 'program' type. - Documented the new 'bt_logic.conf' system-wide configuration file. - Documented the new '--destdir' flag in bt_logic. - Documented the new '--workdir' flag in bt_config and bt_logic, as well as the BT_USE_WORKDIR variable, related to it. - Documented the new bt_echo and bt_source functions in bt_swcgen. - Rewritten the bt_swcgen chapter to match reality (no more M4). This should have happened in the previous version. * Dropped some leftovers of documentation about the bt_make module and related Makefiles. The information has been reworded to match logic scripts where appropiate. * Fixed the description of bt_define and bt_define_unquoted functions, as they take a pair of values, not a list of variables.
This commit is contained in:
parent
a1f6f804cd
commit
da6fa87f89
3 changed files with 33 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/06/12 02:20:33 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2004/07/04 22:19:31 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= buildtool-doc-0.15
|
||||
DISTNAME= buildtool-doc-0.16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
|
||||
|
||||
|
@ -14,6 +14,7 @@ BUILD_DEPENDS+= docbook-xsl>=1.61.3:../../textproc/docbook-xsl
|
|||
|
||||
USE_BUILDLINK3= yes
|
||||
|
||||
CONFIGURE_ARGS+= --dir-html=${PREFIX}/share/doc/buildtool-doc/html
|
||||
CONFIGURE_ENV+= CATALOG_FILE="${XML_DEFAULT_CATALOG}"
|
||||
CONFIGURE_ENV+= DOCBOOK_XSL="${PREFIX}/share/xsl/docbook"
|
||||
|
||||
|
@ -21,10 +22,6 @@ BUILDLINK_DEPMETHOD.libxml2?= build
|
|||
BUILDLINK_DEPMETHOD.libxslt?= build
|
||||
BUILDLINK_DEPMETHOD.xmlcatmgr?= build
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${DISTNAME}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/buildtool
|
||||
|
||||
.include "../../devel/buildtool/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../textproc/libxslt/buildlink3.mk"
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2004/02/04 17:14:19 jmmv Exp $
|
||||
share/doc/${PKGNAME}/CHANGES
|
||||
share/doc/${PKGNAME}/COPYING
|
||||
share/doc/${PKGNAME}/PEOPLE
|
||||
share/doc/${PKGNAME}/README
|
||||
share/doc/html/buildtool/bt_config.html
|
||||
share/doc/html/buildtool/bt_dist.html
|
||||
share/doc/html/buildtool/bt_doc.html
|
||||
share/doc/html/buildtool/bt_lint.html
|
||||
share/doc/html/buildtool/bt_logic.html
|
||||
share/doc/html/buildtool/bt_pkgflags.html
|
||||
share/doc/html/buildtool/bt_swcgen.html
|
||||
share/doc/html/buildtool/bt_wizard.html
|
||||
share/doc/html/buildtool/buildtool.html
|
||||
share/doc/html/buildtool/config.html
|
||||
share/doc/html/buildtool/defs.html
|
||||
share/doc/html/buildtool/devtut.html
|
||||
share/doc/html/buildtool/docs.html
|
||||
share/doc/html/buildtool/index.html
|
||||
share/doc/html/buildtool/intro.html
|
||||
share/doc/html/buildtool/logic.html
|
||||
share/doc/html/buildtool/pt01.html
|
||||
share/doc/html/buildtool/pt02.html
|
||||
share/doc/html/buildtool/scripts.html
|
||||
share/doc/html/buildtool/style.css
|
||||
@dirrm share/doc/html/buildtool
|
||||
@dirrm share/doc/${PKGNAME}
|
||||
@comment $NetBSD: PLIST,v 1.5 2004/07/04 22:19:31 jmmv Exp $
|
||||
share/doc/buildtool-doc/CHANGES
|
||||
share/doc/buildtool-doc/COPYING
|
||||
share/doc/buildtool-doc/PEOPLE
|
||||
share/doc/buildtool-doc/README
|
||||
share/doc/buildtool-doc/html/bt_config.html
|
||||
share/doc/buildtool-doc/html/bt_dist.html
|
||||
share/doc/buildtool-doc/html/bt_doc.html
|
||||
share/doc/buildtool-doc/html/bt_lint.html
|
||||
share/doc/buildtool-doc/html/bt_logic.html
|
||||
share/doc/buildtool-doc/html/bt_pkgflags.html
|
||||
share/doc/buildtool-doc/html/bt_swcgen.html
|
||||
share/doc/buildtool-doc/html/bt_wizard.html
|
||||
share/doc/buildtool-doc/html/buildtool.html
|
||||
share/doc/buildtool-doc/html/config.html
|
||||
share/doc/buildtool-doc/html/defs.html
|
||||
share/doc/buildtool-doc/html/devtut.html
|
||||
share/doc/buildtool-doc/html/docs.html
|
||||
share/doc/buildtool-doc/html/index.html
|
||||
share/doc/buildtool-doc/html/intro.html
|
||||
share/doc/buildtool-doc/html/logic.html
|
||||
share/doc/buildtool-doc/html/pt01.html
|
||||
share/doc/buildtool-doc/html/pt02.html
|
||||
share/doc/buildtool-doc/html/scripts.html
|
||||
share/doc/buildtool-doc/html/style.css
|
||||
@dirrm share/doc/buildtool-doc/html
|
||||
@dirrm share/doc/buildtool-doc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2004/02/04 17:14:19 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.5 2004/07/04 22:19:31 jmmv Exp $
|
||||
|
||||
SHA1 (buildtool-doc-0.15.tar.gz) = ac26b25338d7aa4929697cb2b891ec4f794bba1e
|
||||
Size (buildtool-doc-0.15.tar.gz) = 44240 bytes
|
||||
SHA1 (buildtool-doc-0.16.tar.gz) = d7927083bde7195f1691ae12f0481953b7fbe077
|
||||
Size (buildtool-doc-0.16.tar.gz) = 45891 bytes
|
||||
|
|
Loading…
Reference in a new issue