summaryrefslogtreecommitdiff
path: root/contrib/pdfmark/TODO
blob: 5659a5918544f2adb0f1d326ba541d8791d8de97 (plain)
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
    Copyright 2004, 2005
      Free Software Foundation, Inc.

    Copying and distribution of this file, with or without modification,
    are permitted in any medium without royalty provided the copyright
    notice and this notice are preserved.

TODO items for pdfmark.tmac
===========================

Add copyright information to PDF documentation.

--------

Add acknowledgements and trade mark ownership notifications
to PDF documentation.

--------

Provide documentation in man page and texinfo formats.

--------

Add comments in spdf.tmac, to clarify its operation.
Also add commentary in pdfmark.tmac, to clarify operation of
recent changes.

--------

Make Makefile generic, so 'configure' can resolve target
system dependencies.

* Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>

If this refers to contrib/pdfmark/Makefile, then it is addressed by the new
`pdfroff' script; the original Makefile may be considered redundant.  Local
system dependencies are resolved by `configure', and applied to `pdfroff',
when it is generated from `pdfroff.sh'.

--------

Improve Makefile.sub, to integrate pdfmark.tmac installation
into a regular groff build.  Add it to groff's Makefile.in.

* Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>

Completed.

--------

Provide a `pdfmark' script (or call it `groff2pdf'?) which
actually converts a groff input file to pdf, and which
takes care of the necessary intermediate steps to handle
PDF marks.

* Comment added 2005-02-26 by Keith Marshall <keith.d.marshall@ntlworld.com>

This facility now provided by `pdfroff' script; documented in `pdfroff.man'.
Man page still requires an additional section, to describe use of `stylesheet'
feature.  Script also requires documentation in PDF and texinfo formats.