mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
set SCons and Makefile for the previous CV-class changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18138 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb8141c5be
commit
b3605ac9fc
@ -1469,8 +1469,6 @@ lib_kbd_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
lib_templates_files = Split('''
|
lib_templates_files = Split('''
|
||||||
CV-image.eps
|
|
||||||
CV-image.png
|
|
||||||
IEEEtran.lyx
|
IEEEtran.lyx
|
||||||
README.new_templates
|
README.new_templates
|
||||||
aa.lyx
|
aa.lyx
|
||||||
@ -1482,7 +1480,6 @@ lib_templates_files = Split('''
|
|||||||
dinbrief.lyx
|
dinbrief.lyx
|
||||||
docbook_article.lyx
|
docbook_article.lyx
|
||||||
elsart.lyx
|
elsart.lyx
|
||||||
europeCV.lyx
|
|
||||||
fr_beamer-conference-ornate-20min.lyx
|
fr_beamer-conference-ornate-20min.lyx
|
||||||
g-brief-de.lyx
|
g-brief-de.lyx
|
||||||
g-brief-en.lyx
|
g-brief-en.lyx
|
||||||
@ -1494,7 +1491,6 @@ lib_templates_files = Split('''
|
|||||||
koma-letter2.lyx
|
koma-letter2.lyx
|
||||||
latex8.lyx
|
latex8.lyx
|
||||||
letter.lyx
|
letter.lyx
|
||||||
modernCV.lyx
|
|
||||||
revtex.lyx
|
revtex.lyx
|
||||||
revtex4.lyx
|
revtex4.lyx
|
||||||
slides.lyx
|
slides.lyx
|
||||||
@ -2374,6 +2370,8 @@ lib_doc_de_files = Split('''
|
|||||||
|
|
||||||
|
|
||||||
lib_examples_files = Split('''
|
lib_examples_files = Split('''
|
||||||
|
CV-image.eps
|
||||||
|
CV-image.png
|
||||||
Foils.lyx
|
Foils.lyx
|
||||||
ItemizeBullets.lyx
|
ItemizeBullets.lyx
|
||||||
Literate.lyx
|
Literate.lyx
|
||||||
@ -2400,15 +2398,16 @@ lib_examples_files = Split('''
|
|||||||
currency.lyx
|
currency.lyx
|
||||||
cv.lyx
|
cv.lyx
|
||||||
docbook_article.lyx
|
docbook_article.lyx
|
||||||
|
europeCV.lyx
|
||||||
example_lyxified.lyx
|
example_lyxified.lyx
|
||||||
example_raw.lyx
|
example_raw.lyx
|
||||||
g-brief2.lyx
|
|
||||||
iecc05.fen
|
iecc05.fen
|
||||||
iecc07.fen
|
iecc07.fen
|
||||||
iecc12.fen
|
iecc12.fen
|
||||||
landslide.lyx
|
landslide.lyx
|
||||||
listerrors.lyx
|
listerrors.lyx
|
||||||
mathed.lyx
|
mathed.lyx
|
||||||
|
modernCV.lyx
|
||||||
multicol.lyx
|
multicol.lyx
|
||||||
noweb2lyx.lyx
|
noweb2lyx.lyx
|
||||||
script_form.lyx
|
script_form.lyx
|
||||||
|
@ -169,6 +169,8 @@ dist_slexamples_DATA = \
|
|||||||
|
|
||||||
examplesdir = $(pkgdatadir)/examples
|
examplesdir = $(pkgdatadir)/examples
|
||||||
dist_examples_DATA = \
|
dist_examples_DATA = \
|
||||||
|
examples/CV-image.eps \
|
||||||
|
examples/CV-image.png \
|
||||||
examples/Foils.lyx \
|
examples/Foils.lyx \
|
||||||
examples/ItemizeBullets.lyx \
|
examples/ItemizeBullets.lyx \
|
||||||
examples/Literate.lyx \
|
examples/Literate.lyx \
|
||||||
@ -195,6 +197,7 @@ dist_examples_DATA = \
|
|||||||
examples/currency.lyx \
|
examples/currency.lyx \
|
||||||
examples/cv.lyx \
|
examples/cv.lyx \
|
||||||
examples/docbook_article.lyx \
|
examples/docbook_article.lyx \
|
||||||
|
examples/europeCV.lyx \
|
||||||
examples/example_lyxified.lyx \
|
examples/example_lyxified.lyx \
|
||||||
examples/example_raw.lyx \
|
examples/example_raw.lyx \
|
||||||
examples/iecc05.fen \
|
examples/iecc05.fen \
|
||||||
@ -203,12 +206,12 @@ dist_examples_DATA = \
|
|||||||
examples/landslide.lyx \
|
examples/landslide.lyx \
|
||||||
examples/listerrors.lyx \
|
examples/listerrors.lyx \
|
||||||
examples/mathed.lyx \
|
examples/mathed.lyx \
|
||||||
|
examples/modernCV.lyx \
|
||||||
examples/multicol.lyx \
|
examples/multicol.lyx \
|
||||||
examples/noweb2lyx.lyx \
|
examples/noweb2lyx.lyx \
|
||||||
examples/script_form.lyx \
|
examples/script_form.lyx \
|
||||||
examples/simplecv.lyx \
|
examples/simplecv.lyx \
|
||||||
examples/splash.lyx \
|
examples/splash.lyx
|
||||||
examples/g-brief2.lyx
|
|
||||||
|
|
||||||
fontsdir = $(pkgdatadir)/fonts
|
fontsdir = $(pkgdatadir)/fonts
|
||||||
dist_fonts_DATA = \
|
dist_fonts_DATA = \
|
||||||
@ -1015,13 +1018,10 @@ dist_templates_DATA = \
|
|||||||
templates/agu_article.lyx \
|
templates/agu_article.lyx \
|
||||||
templates/beamer-conference-ornate-20min.lyx \
|
templates/beamer-conference-ornate-20min.lyx \
|
||||||
templates/biblioExample.bib \
|
templates/biblioExample.bib \
|
||||||
templates/CV-image.eps \
|
|
||||||
templates/CV-image.png \
|
|
||||||
templates/de_beamer-conference-ornate-20min.lyx \
|
templates/de_beamer-conference-ornate-20min.lyx \
|
||||||
templates/dinbrief.lyx \
|
templates/dinbrief.lyx \
|
||||||
templates/docbook_article.lyx \
|
templates/docbook_article.lyx \
|
||||||
templates/elsart.lyx \
|
templates/elsart.lyx \
|
||||||
templates/europeCV.lyx \
|
|
||||||
templates/fr_beamer-conference-ornate-20min.lyx \
|
templates/fr_beamer-conference-ornate-20min.lyx \
|
||||||
templates/g-brief2.lyx \
|
templates/g-brief2.lyx \
|
||||||
templates/g-brief-de.lyx \
|
templates/g-brief-de.lyx \
|
||||||
@ -1033,7 +1033,6 @@ dist_templates_DATA = \
|
|||||||
templates/koma-letter2.lyx \
|
templates/koma-letter2.lyx \
|
||||||
templates/latex8.lyx \
|
templates/latex8.lyx \
|
||||||
templates/letter.lyx \
|
templates/letter.lyx \
|
||||||
templates/modernCV.lyx \
|
|
||||||
templates/revtex.lyx \
|
templates/revtex.lyx \
|
||||||
templates/revtex4.lyx \
|
templates/revtex4.lyx \
|
||||||
templates/slides.lyx
|
templates/slides.lyx
|
||||||
|
Loading…
Reference in New Issue
Block a user