]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/groff/contrib/pdfmark/TODO
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / groff / contrib / pdfmark / TODO
1 TODO items for pdfmark.tmac
2 ===========================
3
4 Add copyright information to PDF documentation.
5
6 --------
7
8 Add acknowledgements and trade mark ownership notifications
9 to PDF documentation.
10
11 --------
12
13 Provide documentation in man page and texinfo formats.
14
15 --------
16
17 Add comments in spdf.tmac, to clarify its operation.
18 Also add commentary in pdfmark.tmac, to clarify operation of
19 recent changes.
20
21 --------
22
23 Make Makefile generic, so 'configure' can resolve target
24 system dependencies.
25
26 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
27
28 If this refers to contrib/pdfmark/Makefile, then it is addressed by the new
29 `pdfroff' script; the original Makefile may be considered redundant.  Local
30 system dependencies are resolved by `configure', and applied to `pdfroff',
31 when it is generated from `pdfroff.sh'.
32
33 --------
34
35 Improve Makefile.sub, to integrate pdfmark.tmac installation
36 into a regular groff build.  Add it to groff's Makefile.in.
37
38 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
39
40 Completed.
41
42 --------
43
44 Provide a `pdfmark' script (or call it `groff2pdf'?) which
45 actually converts a groff input file to pdf, and which
46 takes care of the necessary intermediate steps to handle
47 PDF marks.
48
49 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
50
51 This facility now provided by `pdfroff' script; documented in `pdfroff.man'.
52 Man page still requires an additional section, to describe use of `stylesheet'
53 feature.  Script also requires documentation in PDF and texinfo formats.