summaryrefslogtreecommitdiff
path: root/doc/guide/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-01Use the recent version of htdocs/share/* in building the guide.minskim1-2/+2
2011-04-09Mention that DESTDIR is now default.wiz1-13/+21
While here, convert to destdir, and use a static PLIST with PLIST_VARS instead of find(1).
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg1-2/+1
while.
2009-01-09Fixed MAINTAINER address.rillig1-2/+2
2009-01-09htdocs/share/mk/web.site.mk assumes that sed(1) lives in /usr/bin, whichrillig1-1/+2
is not true on Ubuntu Linux 8.10.
2007-10-12Revert previous. Root cause appears to have been a corrupted /dev/null not ↵dmcmahill1-7/+1
a make issue
2007-10-10pax->${PAX} and use htdocs-share-20071010. The guide builds on solaris nowdmcmahill1-3/+3
and the htdocs-share target works there too.
2007-10-10Work around some issues that older makes (like in netbsd-2) have withdmcmahill1-1/+8
being called recursively with MAKECONF=/dev/null. Now the guide can be built on netbsd-2
2007-07-02Update the pkgsrc guide to match the recent www.NetBSD.org htdocs directorytnn1-9/+9
structure rototill. (Someone, please regen! My documentation toolchain coredumps.)
2007-03-08Documented the "regen" target.rillig1-3/+3
2007-01-19Update htdocs-share to a new snapshot that allows for the ghostscripttv1-2/+2
package to be named simply "ghostscript".
2006-10-07Changed to the current htdocs-share archive. Added a target to regeneraterillig1-2/+12
the archive, since that has been undocumented up to now.
2006-09-18Replaced "regenerate" with "regen" to save me from typing too much.rillig1-7/+7
2006-07-29s/re-generate/regenerate/grillig1-3/+3
2006-07-27Added the targets "regenerate", "regenerate-doc" and "regenerate-htdocs"rillig1-13/+26
to save some typing when updating the documentation.
2006-05-29This package needs a current htdocs-share to produce valid HTML. Whilerillig1-8/+6
here, fixed some pkglint warnings and set DISTNAME to the package name, banned the htdocs-share*.tar.gz to DISTFILES, where it belongs.
2006-05-10Fixed the detab target.rillig1-3/+3
2006-01-14Sync with htdocs and add NetBSD.css so that "make install" works.minskim1-2/+2
2005-11-13Use up-to-date htdocs so that DocBook DTD is found whenminskim1-2/+2
docbook-xml>=4.4 is installed.
2005-11-04Added a rationale for the last commit, which had been unintended, butrillig1-1/+3
nevertheless useful.
2005-11-04Updated pkglint to 4.36.rillig1-2/+2
Implemented checking for enumeration types. Added new types Filemask, Filename, Language, Option, Pathmask, Pathname, Stage, Varname and WrksrcSubdirectory. Made the check for URLs stricter. Added some variables to the makevars.map file.
2005-11-03Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtimetv1-24/+7
dependencies on the tools used to build doc/guide. doc/guide still uses BUILD_DEPENDS on the tools (so that it's still possible to build for certain output types with minimal dependencies); it does not depend on the meta-pkg.
2005-10-07Added ../../../htdocs as a secondary default value for HTDOCSDIR.rillig1-1/+4
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-07-27Sync htdocs tarball with htdocs as of today.rpaulo1-2/+2
2005-06-11in do-lint, invoke make with the MAKE_ENV set. Makes it work withdillo1-2/+2
LOCALBASE != /usr/pkg.
2005-05-14Added a "detab" target that replaces <tab> characters inside therillig1-1/+17
<programlisting> tag with an appropriate number of space characters. This is needed for TeX.
2005-05-07Sync htdocs tarball with htdocs contents of today.wiz1-6/+2
With lots of help from hrs@.
2004-12-24Create the WRKSRC directory before copying the sources to there.ben1-1/+2
2004-11-20Enable PDF by default, so all our documentation has a chance to be inhubertf1-2/+2
a consistent state.
2004-11-09Add a 'do-lint' target that will verify the XML structurehubertf1-1/+4
2004-11-02Check XML/SGML syntax before anything else!hubertf1-2/+2
mmm, sato-san!
2004-10-22 * Disable PDF output accidentally enabled in last commithubertf1-2/+11
* Add 'install-htdocs' target to copy generated files to htdocs (useful until auto-generation is on); set HTDOCSDIR to point to htdocs.
2004-10-22 * Add section on editing the pkgsrc guidehubertf1-2/+2
* Fix capitalisation to be have only the first letter capitalized * Mention the pkgsrc developers as contributors to the guide
2004-10-21Fix PDF building by using more files from htdocshubertf1-1/+5
XXX someone with XML clue may have a look on this whole thing...
2004-10-21make WRKSRC more appropriate. delete pkgsrc.tmp.html (for now) so itgrant1-1/+6
doesn't get installed.
2004-10-21import The pkgsrc guide, the docbook conversion/replacement ofgrant1-0/+97
Packages.txt; Packages.txt will be going away. this package contains the source files and a mechanism to install pkgsrc/doc/pkgsrc.{html,txt} which are distributed with pkgsrc. it uses the same docbook infrastructure that is used to build the documentation on www.NetBSD.org.