1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
caspar (20030803)
* mk/Makefile.am, sgml/Makefile.am: bugfix. new build system needs new
PACKAGE variable. stuff got installed in /usr/share/mk/ (not
/usr/share/caspar/mk/)
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Sun, 03 Aug 2003 00:06:34 +0200
caspar (20030802)
* more bugfixes: generating pdf from LaTeX was broken since caspar 20030716.
* mk/docbook.mk: now uses pdflatex for generating PDF directly from LaTeX
(without intermediate PostScript). calls latex 3 times: make sure tocs
get created. no longer uses ps2pdf.
* mk/caspar.mk: get rid of non-portable 'echo -n': this made caspar fail
on Solaris. Tnx Piet Lauwen for bugreport and suggestion for fix.
* Makefile.am, bootstrap, setversion, configure.ac/configure.in:
moved to autoconf 2.53 style, renamed configure.in to configure.ac: new
autotools naming convention. (Now uses same build system as AD1810
Firewall ( http://mdcc.cx/ad1810-firewall/ ).
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Sat, 02 Aug 2003 23:26:06 +0200
caspar (20030718)
* bugfix release
* mk/docbook.mk: run pdfjadetex 3 times: fixes toc. rm -f intermediate
files: no sure wether they will get created. added license referal
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Fri, 18 Jul 2003 11:12:43 +0200
caspar (20030716)
* TODO: I'd like a TOC in HTML output from DocBook. (Even while we're doing
nochunks mode)
* README: added link to http://www.miwie.org/docbkmake/ , which seems
similar to docbook.mk in it's goals
* mk/docbook.mk: use pdfjadetex for generating pdf: fonts look better
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Wed, 16 Jul 2003 21:03:17 +0200
caspar (20030331)
* mk/caspar.mk: ommitting SDIR results in scp to get skipped
* mk/caspar.mk: added SUHS hack: now possible to install on multiple hosts.
* mk/docbook.mk: sane default target added.
* mk/Makefile.am: some fiddling to get make distcheck working with
automake 1.7
* README: documented new tricks.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Mon, 31 Mar 2003 22:04:18 +0200
caspar (20030203)
* TODO: Found bug in caspar.mk.
* README: Added note about cvs-conf. Added pointer to Debian package.
Added note about usage with rsync.
* mk/pod.mk: Added: support for typesetting Perl's Plain Old Documentation.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Mon, 03 Feb 2003 16:23:09 +0100
caspar (20020331)
* mk/docbook.mk: jade will quit after max 10 errors, not 200: we will be
able to see the very first error without having to scroll back. Added
support for DocBook SGML sourcefiles. Added some more comments on usage.
* README: updated.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Sun, 31 Mar 2002 12:04:31 +0200
caspar (20020313)
* mk/docbook.mk: clean target more robust: `-rm' instead of `rm'. Now uses
caspar/{html,print}.dsl.
* sgml/{html,print}.dsl: added. Used by mk/docbook.mk.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Wed, 13 Mar 2002 13:09:09 +0100
caspar (20020301)
* README: added requirements section.
* mk/docbook.mk: added: useful for generating PostScript and stuff from LaTeX
or DocBook XML sources.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Fri, 1 Mar 2002 16:18:54 +0100
caspar (20020227)
* README: finally got to document it.
* mk/caspar.mk: renamed `DIR' to `SDIR'; renamed XXTARGETS to LOAD: more
descriptive name.
* mk/caspar.mk: used to be called mk/install.mk.
* mk/caspar.mk: added target `load'. added variable CDIR. got rid of
obsolete comments.
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Wed, 27 Feb 2002 18:06:16 +0100
caspar (20020226)
* mk/install.mk: we conditionally set SRDIRS using SUH and DIR: now Makefiles
can use these two vars too.
* mk/install.mk: Now CPDIRS uses <file>-install as targetname, as SRDIRS
already did.
* First tarball build; preliminary release
-- Joost van Baal <joostvb-caspar-cl-21@mdcc.cx> Tue, 26 Feb 2002 18:36:49 +0100
(First work on caspar's predecessors began in 2000, probably.)
|