mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
7dd29bb818
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
11 lines
471 B
Makefile
11 lines
471 B
Makefile
# This is a Makefile for the TOC.lyx files.
|
|
# It was automatically generated by depend.py
|
|
#
|
|
# First come the rules for each xx_TOC.lyx file. Then comes the
|
|
# TOCs target, which prints all the TOC files.
|
|
|
|
TOC.lyx: $(srcdir)/Intro.lyx $(srcdir)/FAQ.lyx $(srcdir)/Tutorial.lyx $(srcdir)/UserGuide.lyx $(srcdir)/EmbeddedObjects.lyx $(srcdir)/Extended.lyx $(srcdir)/Customization.lyx
|
|
PYTHONPATH=$(top_builddir)/lib/lyx2lyx python -tt $(srcdir)/doc_toc.py
|
|
|
|
tocfiles = TOC.lyx
|