CVS: setedit config.pl,1.115,1.116
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2017-07-30 00:23:57
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12473 Modified Files: config.pl Log Message: * Fixed: [Installation] to take advantage of pre-generated docs. Index: config.pl =================================================================== RCS file: /cvsroot/setedit/setedit/config.pl,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** config.pl 29 Jul 2017 21:55:47 -0000 1.115 --- config.pl 30 Jul 2017 00:23:54 -0000 1.116 *************** *** 1,4 **** #!/usr/bin/perl ! # Copyright (C) 1999-2007 by Salvador E. Tropea (SET), # see copyrigh file for details # --- 1,4 ---- #!/usr/bin/perl ! # Copyright (C) 1999-2017 by Salvador E. Tropea (SET), # see copyrigh file for details # *************** *** 1567,1571 **** else { ! $text.="\tcp doc/pre_gen/*.txt doc/pre_gen/*.inf doc"; } # needed (by editor) --- 1567,1573 ---- else { ! $text.="\tcp doc/pre_gen/*.txt doc/pre_gen/*.inf doc\n"; ! $text.="\tmv doc/infview.inf doc/infeng.inf\n"; ! $text.="\tmv doc/infview.txt doc/infeng.txt\n"; } # needed (by editor) |