
On the website I wrote a script that does all this but converts the manpage to html.
Here is the SED I used to replace AUTHORS:
AUTHORS_CLEAN=`sed -e "/^$/d" -e ':a;N;$!ba;s/\n/, /g' $AUTHORS`
Where AUTHORS is the path to the AUTHORS file...
Also, here is my script located on the website and is run as cron job every night:
/home/users/k/ki/kidproto/inkscape/inkscape_project/scripts/manpage2website.sh
That directive could be added to the Makefile and automated...do with the above as you wish...
Jon
On Wed, 2004-09-08 at 11:15, Bryce Harrington wrote:
On Tue, 7 Sep 2004, bulia byak wrote:
inkscape.pod is the one I used to produce the inkscape.1.in file. Editing the raw man syntax is a pain. IIRC, I used pod2man to make the man page itself.
I tried this and it works, except that it leaves [% INCLUDE AUTHORS %] unprocessed. What's the trick to make this work?
Ah, I believe I simply manually inserted the contents of the AUTHORS file to replace that. The desire was to automate that inclusion, and presumably we should be able to do that, I just did not know how.
Bryce
This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel