lyx_mirror/lib
Richard Heck 954be90e11 Make HTML export work.
The key is the new copier script lib/scripts/ext_copy.py. Usage:
 ext_copy.py [-e ext1,ext2,...] <from file> <to file>
Given a <from file> and <to file>, it will copy all files in the directory 
in which from_file is found that have the extensions given in the -e option, 
or all files in that directory if no such argument is given. So, for example, 
we can do:
  python ext_copy.py -e png,html,css /path/from/file.html /path/to/file.html
and all html, png, and css files in /path/from/ will be copied to the 
(possibly new) directory /path/to/file.html.LyXconv/. The -t option determines 
the extension added to the output filename passed to the script ($$o, in the
copier definition), the default being "LyXconv". If just . is given, then no 
extension is added.

Other changes:
* configure.py: added appropriate copier definitions for html and wordhtml
formats, as well as for the Program pseudo-format.
* lib/Makefile.am and development/scons/scons_manifest.py: add ext_copy.py.
* lib/doc/Customization.lyx: update documentation.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18791 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-15 17:02:35 +00:00
..
bind Remove shortcuts for buffer-reload, per JMarc. 2007-05-26 17:45:23 +00:00
doc Make HTML export work. 2007-06-15 17:02:35 +00:00
examples - add Farsi splash.lyx 2007-06-05 21:31:39 +00:00
fonts Add math fonts to SVN 2007-04-15 11:46:26 +00:00
images add tab close button 2007-06-11 14:53:36 +00:00
kbd fix bug 912 2007-04-01 02:02:28 +00:00
layouts Better fix for bug 3510 (by me, Juergen, and Jean-Marc) 2007-06-13 22:50:17 +00:00
lyx2lyx lyx2lyx to convert the language of spaces surrounding text in a foriegn 2007-06-13 19:12:38 +00:00
scripts Make HTML export work. 2007-06-15 17:02:35 +00:00
templates Better fix for bug 3510 (by me, Juergen, and Jean-Marc) 2007-06-13 22:50:17 +00:00
tex remove class cv, now that it has been superceded by simplecv 2007-05-02 10:41:05 +00:00
ui Add menu entries for Framed and Shaded notes, and re-arrange a bit. 2007-06-07 14:10:13 +00:00
autocorrect Whitespace only. 2003-10-13 09:50:10 +00:00
build-listerrors Whitespace only. 2003-10-13 09:50:10 +00:00
ChangeLog merge booktabs branch 2006-07-03 19:13:56 +00:00
chkconfig.ltx Add powerdot layout and example 2007-05-22 21:35:22 +00:00
configure.py Make HTML export work. 2007-06-15 17:02:35 +00:00
CREDITS Add Dov Feldstern to the credits 2007-05-31 22:42:00 +00:00
encodings lib/encodings: fix typo in comment 2007-05-07 18:25:25 +00:00
external_templates undo file format change 2007-03-17 10:30:31 +00:00
generate_contributions.py Add Dov Feldstern to the credits 2007-05-31 22:42:00 +00:00
languages lib/languages: remove unneeded comment (changes nothing, take this as whitespace action) 2007-05-31 20:51:23 +00:00
Makefile.am Make HTML export work. 2007-06-15 17:02:35 +00:00
symbols Add support for the esint package 2006-11-13 17:35:18 +00:00
syntax.default Revert unwanted stuff from last commit 2007-01-29 18:37:13 +00:00
unicodesymbols unicodesymbols: 2007-05-30 23:22:58 +00:00