pkgsrc/textproc/dsssl-docbook-modular/Makefile

38 lines
900 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2005/04/11 21:47:34 tv Exp $
Update to 1.79: This release contains fixes for a number of long-standing bugs. See the WhatsNew file for more details. Among the user-visible changes are: * HTML stylesheets. o The doctype definition in the HTML output now contains a system identifier, required for better parsing in contemporary browsers. o CSS decoration has been added to procedure steps. o Uses of <VAR> in HTML output (often rendered in italic) have been changed to something more appropriate o The last character of the version was cut off in previous releases. o Processing instruction parsing has been made more robust against arbitrarily formed PIs. o Callout graphics and admonition graphics share a single variable, %stock-graphics-extension%. o The value of the VALIGN attribute has been corrected to MIDDLE instead of CENTER. * Print stylesheets. o Admonition titles and contents are kept together. o Programlistings with callouts now honor the width attribute. o The rendering of othercredit has been made more useful. o Excessive after spacing when a listitem contains multiple paras or verbatim environments has been fixed. o Empty ulinks don't generate footnotes, so they are now omitted from the footnote counting. o Some cases where components were restarting the page numbering were fixed. o article-titlepage-recto-elements has been made to match the HTML version. o Support for revdescription inside revison on titlepages has been added. * General. o "pc" is now allowed as abbreviation for "pica". o The return value of my-debug has been fixed. o A Bosnian translation has been added. o A Bulgarian translation has been added.
2005-02-18 17:17:43 +01:00
DISTNAME= docbook-dsssl-1.79
PKGNAME= dsssl-docbook-modular-1.79
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/}
Update to 1.79: This release contains fixes for a number of long-standing bugs. See the WhatsNew file for more details. Among the user-visible changes are: * HTML stylesheets. o The doctype definition in the HTML output now contains a system identifier, required for better parsing in contemporary browsers. o CSS decoration has been added to procedure steps. o Uses of <VAR> in HTML output (often rendered in italic) have been changed to something more appropriate o The last character of the version was cut off in previous releases. o Processing instruction parsing has been made more robust against arbitrarily formed PIs. o Callout graphics and admonition graphics share a single variable, %stock-graphics-extension%. o The value of the VALIGN attribute has been corrected to MIDDLE instead of CENTER. * Print stylesheets. o Admonition titles and contents are kept together. o Programlistings with callouts now honor the width attribute. o The rendering of othercredit has been made more useful. o Excessive after spacing when a listitem contains multiple paras or verbatim environments has been fixed. o Empty ulinks don't generate footnotes, so they are now omitted from the footnote counting. o Some cases where components were restarting the page numbering were fixed. o article-titlepage-recto-elements has been made to match the HTML version. o Support for revdescription inside revison on titlepages has been added. * General. o "pc" is now allowed as abbreviation for "pica". o The return value of my-debug has been fixed. o A Bosnian translation has been added. o A Bulgarian translation has been added.
2005-02-18 17:17:43 +01:00
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} docbook-dsssl-doc-1.79${EXTRACT_SUFX}
EXTRACT_SUFX= .tar.bz2
2005-02-21 21:26:08 +01:00
MAINTAINER= tech-pkg@NetBSD.org
Update to 1.79: This release contains fixes for a number of long-standing bugs. See the WhatsNew file for more details. Among the user-visible changes are: * HTML stylesheets. o The doctype definition in the HTML output now contains a system identifier, required for better parsing in contemporary browsers. o CSS decoration has been added to procedure steps. o Uses of <VAR> in HTML output (often rendered in italic) have been changed to something more appropriate o The last character of the version was cut off in previous releases. o Processing instruction parsing has been made more robust against arbitrarily formed PIs. o Callout graphics and admonition graphics share a single variable, %stock-graphics-extension%. o The value of the VALIGN attribute has been corrected to MIDDLE instead of CENTER. * Print stylesheets. o Admonition titles and contents are kept together. o Programlistings with callouts now honor the width attribute. o The rendering of othercredit has been made more useful. o Excessive after spacing when a listitem contains multiple paras or verbatim environments has been fixed. o Empty ulinks don't generate footnotes, so they are now omitted from the footnote counting. o Some cases where components were restarting the page numbering were fixed. o article-titlepage-recto-elements has been made to match the HTML version. o Support for revdescription inside revison on titlepages has been added. * General. o "pc" is now allowed as abbreviation for "pica". o The return value of my-debug has been fixed. o A Bosnian translation has been added. o A Bulgarian translation has been added.
2005-02-18 17:17:43 +01:00
HOMEPAGE= http://docbook.sourceforge.net/
COMMENT= DSSSL stylesheets for the DocBook DTD
DEPENDS+= docbook>=4.0:../../textproc/docbook
NO_MTREE= yes
2004-06-06 15:04:24 +02:00
USE_LANGUAGES= # empty
INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular
SGML_CATALOGS= ${INSTDIR}/catalog
do-build:
@${RM} -rf ${WRKSRC}/docsrc
pre-install:
${INSTALL_DATA_DIR} ${INSTDIR}
do-install:
@${CP} -rp ${WRKSRC}/* ${INSTDIR}
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
post-install:
@${CAT} ${FILESDIR}/install-note
.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"