Up to [cvs.netbsd.org] / htdocs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 1 08:55:00 2006 UTC (5 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: hrs-xmlcleanup-base,
hrs-xmlcleanup,
HEAD
Changes since 1.21: +1 -54
lines
Diff to previous 1.21 (colored)
Changed the way the changes and events are passed between the Changes/*.xml files and the index.html file in the language directories. All the code is now in share/mk/language.mk, which is included by all the language Makefiles.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 30 23:35:01 2006 UTC (5 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.20: +9 -3
lines
Diff to previous 1.20 (colored)
Reworked the way the changes items on the German webpage are generated.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 15 13:58:55 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.19: +1 -8
lines
Diff to previous 1.19 (colored)
Removed the multiple-inclusion guards. They have only been needed as regression tests for the transition away from Makefile.inc.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 13 00:35:11 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.18: +8 -1
lines
Diff to previous 1.18 (colored)
web.site.mk computes the WEB_PREFIX itself, instead of relying on Makefile.inc files. It also includes all Makefile.inc files on the way from the current directory upto the WEB_PREFIX. These two changes make most of the Makefile.inc files redundant, so that they can be removed. The web.site.mk file is now intended to be included directly by each Makefile, using a relative path like "../../mk/share/web.site.mk". In all directories that use the old style, warnings will be printed on stderr by make(1).
Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 19 15:46:52 2005 UTC (7 years ago) by hrs
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Fix breakage of build rule for autolayout.xml.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 5 14:34:27 2005 UTC (7 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
Use ${MAKE} instead of make.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 2 20:15:38 2005 UTC (7 years, 2 months ago) by hrs
Branch: MAIN
Changes since 1.15: +7 -1
lines
Diff to previous 1.15 (colored)
Build index.html recursively for each language again.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 2 18:41:04 2005 UTC (7 years, 2 months ago) by hrs
Branch: MAIN
Changes since 1.14: +5 -5
lines
Diff to previous 1.14 (colored)
Use $DOCLANG instead of $LANG because the latter symbol conflicts the environment variable $LANG.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 9 23:48:17 2005 UTC (7 years, 4 months ago) by jschauma
Branch: MAIN
Changes since 1.13: +4 -1
lines
Diff to previous 1.13 (colored)
Introduce the variable NBWWW. This variable is set to NO per default, but when files are built on nbwww, it will be set to YES, allowing us to skip the build of the images in the xearth directory.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 21 20:43:07 2004 UTC (7 years, 4 months ago) by heinz
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (colored)
Revert last change. WEB_PREFIX must be defined as "." in the top-level Makefile because other Makefiles/fragments use this in conditionals.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 21 20:01:54 2004 UTC (7 years, 4 months ago) by heinz
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
use CURDIR
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 9 14:55:36 2004 UTC (7 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.10: +29 -5
lines
Diff to previous 1.10 (colored)
Sort out the Make logic for translations index generation if they have translations of the Changes or events without having to do 'make index' in the top-level.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 28 20:14:11 2004 UTC (7 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
We can do the TOC much nicer now, thanks to minskim@, so let's do that.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 27 21:26:30 2004 UTC (7 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Allow auto-generation of TOCs from xml files, turned off by default. If a file in a given directory needs a TOC, then the Makefile needs to use TOC_LEVEL=X, where X is the depth of the TOC. In order to exclude certain sections from the TOC, simply add a role ``NotInToc'': <sect2 id="this-is-not-in-toc" role="NotInToc">
Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 21 22:21:28 2004 UTC (7 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Regen after adding new files and explicit IDs.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 7 20:16:59 2004 UTC (7 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
events.list is no more
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 18 20:46:10 2004 UTC (7 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.5: +15 -1
lines
Diff to previous 1.5 (colored)
Don't duplicate the same logic to generate LANG dependent news in each Makefile - abstract the logic in the top-level Makefile.inc, which is pulled in. Add lang-dependent Makefile.inc where necessary. Regen.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 12 10:30:11 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.4: +1 -4
lines
Diff to previous 1.4 (colored)
remove unused TIDY stuff.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 1 23:48:51 2003 UTC (9 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
using 'tidy' currently breaks and bloats the formatted HTML output, turn it off for now.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 1 23:26:37 2003 UTC (9 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.2: +2 -127
lines
Diff to previous 1.2 (colored)
the logic from this has been moved to web.site.mk. we just need WEB_PREFIX here.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 9 15:10:35 2003 UTC (9 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
allow overriding XSLFILE.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 3 14:23:27 2003 UTC (9 years, 3 months ago) by jmmv
Branch: MAIN
Initial version of this Makefile fragment. It provides all the logic for XML to XHTML automatic conversion and directory recursivity.