From: Sam S. <sd...@gn...> - 2007-11-08 20:11:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Elliott Slaughter wrote: > On Nov 6, 2007 3:56 PM, Sam Steingold <sd...@gn...> wrote: >> we need to find a way to generate this rtf automatically. >> this file is far to important for us to risk having two copies diverge... > > Got around to writing a ruby script to convert the COPYRIGHT file to > the rtf file necessary for the installer. Now that I have a working > version, should I convert the script to Lisp? (I'm not sure what > languages we can expect the builder to have installed.) The script > uses regex's, so whatever I use for the final version needs to regex > support. yes, please use lisp. also, install.nsi hard-codes strings like "GNU CLISP" and "2.42" which is no good (especially the latter). these strings are available to makemake.in from the top-level version.sh and, generally, from the configure substitution. thus makemake should substitute @VER@ and @NAME@ in install.nsi when copying it to the build directory (using sed or lisp). Sam. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHM21oPp1Qsf2qnMcRAi7MAJ0WzOnHCrIKYifVi+dxGqKZW3Mg+ACgl7/e nKvETsvctQljDJqyAI1xmMc= =MPsd -----END PGP SIGNATURE----- |