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