File: README-MAINTAINER

package info (click to toggle)
leafnode 1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: ansic: 10,961; sh: 1,709; xml: 627; makefile: 259; perl: 84; sed: 4
file content (23 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* If you check out the sources from Git, use this to regenerate things:

  autoreconf -isf
  ./configure --enable-maintainer-mode ...

* The release version is in configure.ac!

* Important: add AC_REPLACE_FUNCS sources to EXTRA_DIST!

* do "make distcheck" before you release

* Only use ln_log for LNLOG_SERR severity. The verbosity scheme does not
  fit otherwise.

* OpenSource Docbook conversion is a mess.
  Several solutions are conceivable:
  - XSL sheet -> FO -> XEP -> PDF          best result, costly
  - XSL sheet -> FO -> FOP -> PDF          works
  - DSSSL sheet -> Jade -> JadeTeX -> PDF  works
  - XSL sheet -> PassiveTeX -> PDF         doesn't work at the moment (2005-03)

* For documentation, install Perl5's Pod-Parser (provides Pod::Select) and
  Pod-LaTeX packages, and FOP.