* install-sh, mkinstalldirs: New versions; taken from texinfo CVS.
[s-roff.git] / contrib / pdfmark / TODO
bloba63b14f90f5907627c591f1a67e055f69f47a4f9
1 TODO items for pdfmark.tmac
2 ===========================
4 Add copyright information to PDF documentation.
6 --------
8 Add acknowledgements and trade mark ownership notifications
9 to PDF documentation.
11 --------
13 Provide documentation in man page and texinfo formats.
15 --------
17 Add comments in spdf.tmac, to clarify its operation.
18 Also add commentary in pdfmark.tmac, to clarify operation of
19 recent changes.
21 --------
23 Make Makefile generic, so 'configure' can resolve target
24 system dependencies.
26 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
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'.
33 --------
35 Improve Makefile.sub, to integrate pdfmark.tmac installation
36 into a regular groff build.  Add it to groff's Makefile.in.
38 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
40 Completed.
42 --------
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.
49 * Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>
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.