Uwe Stöhr
3fbb036262
2 new images for the upcoming new EmbeddedObjects version
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17443 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-14 02:51:56 +00:00
Georg Baum
aaa79ce109
fix clipart installation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17407 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-04 15:30:38 +00:00
Georg Baum
0913a853b9
compile fix.
...
I have no idea whether this installs correctly, but it compiles at least.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17404 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-04 13:05:12 +00:00
Uwe Stöhr
d95a26e115
add missing clipart directories
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17399 a592a061-630c-0410-9148-cb99ea01b6c8
2007-03-04 04:03:54 +00:00
Jean-Marc Lasgouttes
7dd29bb818
Move translated files to their own directory
...
What I did:
* move xx_foo.ext to xx/foo.ext
* update Makefile.am to make install work
* minimally update scons_manifest.py (I'd be surprised to see it
work).
* update i18nLibFileSearch to use the new naming scheme, and keep
temporarily some code that checks the old method.
* update image paths in .lyx files
* update name of files (examples in tutorial, for ex.) in lyx files
What is definitely broken:
* cmake (did not touch it)
* TOC files (I am not sure how the code works)
I would be surprised if nothing else was wrong.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 18:12:03 +00:00
Uwe Stöhr
74c4cede85
rename ExtendedInsets to Embedded Objects as discussed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16959 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-31 00:05:50 +00:00
Michael Schmitt
9c09f34da0
* lib/*: rename Extended-Insets to ExtendedInset
...
* development/scons/scons_manifest.py: add es_ExtendedInset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16683 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-14 18:17:56 +00:00
Uwe Stöhr
f41eedd7ee
- new documentation
...
- images used in the new documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16676 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-14 16:41:42 +00:00
Jean-Marc Lasgouttes
63b31731e2
new Galician tutorial; updated Intro
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16397 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-27 10:37:03 +00:00
Jean-Marc Lasgouttes
6222e8558a
new Galician docs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15525 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 08:10:34 +00:00
Jean-Marc Lasgouttes
d6fb2e14a1
new Hungarian translation of the Tuturial
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15040 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-18 12:18:47 +00:00
Michael Schmitt
783cb8f8bf
* lib/chkconfig.ltx: fix comments ("LyXConfig.lyx.in" =>
...
LaTeXConfig.lyx.in")
* lib/doc/LyXConfig.lyx.in: remove obsolete file
* lib/doc/Makefile.am: remove LyXConfig.lyx.in from EXTRA_DIST
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14630 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-12 20:48:38 +00:00
Jean-Marc Lasgouttes
18d72887a6
* src/support/package.C.in (get_build_dirs): Look at Makefile
...
instead of lyxrc.defaults. Simplify the check for
chkconfig.ltx.
* configure.ac: do not run lib/configure.py
* lib/doc/Makefile.am: LaTeXConfig.lyx is not generated anymore.
* lib/configure.py (removeExtraFiles): remove.
* lib/Makefile.am: no files are generated in there.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13763 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 16:44:43 +00:00
Jean-Marc Lasgouttes
84daee6be6
update and rename (part 2)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10652 a592a061-630c-0410-9148-cb99ea01b6c8
2005-12-09 15:54:18 +00:00
Lars Gullik Bjønnes
9117f717c7
pre2
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10532 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-10 13:22:34 +00:00
Georg Baum
0385c00f3e
fix build system for TOC files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10522 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-05 09:01:17 +00:00
Georg Baum
58380ba97a
generate TOC files on the fly and fix broken documents (bug 2027)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10491 a592a061-630c-0410-9148-cb99ea01b6c8
2005-09-28 13:47:03 +00:00
José Matox
fa133e49b9
Update TOC building for all the translated languages. (Documentation)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9093 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-17 19:12:33 +00:00
Jean-Marc Lasgouttes
e54ea71b3c
install LaTeXConfig.lyx.in correctly
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8972 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-10 10:11:23 +00:00
Jean-Marc Lasgouttes
a5d39ee28e
properly install Customization.lyx (bug 1628)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8902 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-13 14:58:08 +00:00
Lars Gullik Bjønnes
d97d081155
add missing doc files and update makefile
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8798 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-02 13:40:06 +00:00
Lars Gullik Bjønnes
560fa7c327
make sure docs are disted
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8796 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 23:00:12 +00:00
Lars Gullik Bjønnes
d0146ccfa4
copy doc from lyxdoc module and update makefiles
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8794 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 19:50:12 +00:00