d27c057556
Some of the changes since 3.2.3: April 2003 - V4.0.0 o Support for XML DocBook output. o A new tool, robohdrs, is included -- it can insert empty headers in the source code. o Support for cascading style sheets (CSS) in HTML mode. o Complete rework of the commandline interface. o ROBODoc can now work with directories and subdirectories, and does not need xref files anymore. o All documentation can be created with a single command, you no longer need a makefile to create your documentation. o The manual is now in docbook format and much more extensive. o Lots of refactoring, code should be easier to extend and understand now. o There is now some design documentation. o Support for single file and multiple file documentation. o Dropped support for Amiga Guide format. o More unittests. o Support for packaging under RedHat and OS-X o C++ and C examples have been removed.
23 lines
597 B
Makefile
23 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/10/12 21:25:02 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= robodoc-4.99.6
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=robodoc/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/robodoc/
|
|
COMMENT= Tool to support project documentation within source code
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gm4 gmake
|
|
|
|
SUBST_CLASSES+= gm4
|
|
SUBST_FILES.gm4= Docs/makefile.in
|
|
SUBST_SED.gm4+= -e 's,@M4@,${TOOLS_M4},g'
|
|
SUBST_STAGE.gm4= pre-configure
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS+= docdir=${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|