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