]> git.lyx.org Git - features.git/commitdiff
forgot to move also the biblio file with the CV-classes
authorUwe Stöhr <uwestoehr@web.de>
Tue, 1 May 2007 18:44:40 +0000 (18:44 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 1 May 2007 18:44:40 +0000 (18:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18160 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh
development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh
development/scons/scons_manifest.py
lib/Makefile.am
lib/examples/biblioExample.bib [new file with mode: 0644]
lib/templates/biblioExample.bib [deleted file]

index 8ee675c9016a5e70cb2af1127616732316e4c3a4..d4ff73c2f398cc7699e6c4ac65e7d36b35de4547 100644 (file)
@@ -7,6 +7,7 @@ Function DeleteFiles
  Delete "$INSTDIR\Resources\images\toc-view.xpm"  
  Delete "$INSTDIR\Resources\templates\CV-image.eps"
  Delete "$INSTDIR\Resources\templates\CV-image.png"
+ Delete "$INSTDIR\Resources\templates\biblioExample.bib"
  Delete "$INSTDIR\Resources\templates\europeCV.lyx"
  Delete "$INSTDIR\Resources\templates\modernCV.lyx"
 
index 648446d4c2408db7c7ff6c15bd90aab60b27ec83..ff6f49cbce62cebdccb3b3307645d2db51bb4abe 100644 (file)
@@ -33,6 +33,7 @@ Function UpdateModifiedFiles
  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.eps"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.png"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\armenian-article.lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\examples\biblioExample.bib"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\europeCV.lyx"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx"
index 9c4f808d128c137d82c9b33e928baea001c726fe..f7fbe40fc25e1860e3b54854c8f894af0f47dc2d 100644 (file)
@@ -1473,7 +1473,6 @@ lib_templates_files = Split('''
     aastex.lyx
     agu_article.lyx
     beamer-conference-ornate-20min.lyx
-    biblioExample.bib
     de_beamer-conference-ornate-20min.lyx
     dinbrief.lyx
     docbook_article.lyx
@@ -2392,6 +2391,7 @@ lib_examples_files = Split('''
     beamer-knight4-mask.png
     beamer-knight4.png
     beamerlyxexample1.lyx
+    biblioExample.bib
     chess-article.lyx
     chessgame.lyx
     currency.lyx
index 49a20e6726403a51748af08130706177461c94dd..30bd6cd071cc022a90fdc2f1cc25e3f9ae3d7c86 100644 (file)
@@ -193,6 +193,7 @@ dist_examples_DATA = \
        examples/beamer-knight4-mask.png \
        examples/beamer-knight4.png \
        examples/beamerlyxexample1.lyx \
+       examples/biblioExample.bib \
        examples/chess-article.lyx \
        examples/chessgame.lyx \
        examples/currency.lyx \
@@ -1019,7 +1020,6 @@ dist_templates_DATA = \
        templates/aastex.lyx \
        templates/agu_article.lyx \
        templates/beamer-conference-ornate-20min.lyx \
-       templates/biblioExample.bib \
        templates/de_beamer-conference-ornate-20min.lyx \
        templates/dinbrief.lyx \
        templates/docbook_article.lyx \
diff --git a/lib/examples/biblioExample.bib b/lib/examples/biblioExample.bib
new file mode 100644 (file)
index 0000000..f1be181
--- /dev/null
@@ -0,0 +1,16 @@
+This file was created with JabRef 2.2.
+Encoding: Cp1252
+
+@BOOK{LComp2004,
+  title = {The LaTeX Companion Second Edition},
+  publisher = {Addison-Wesley},
+  year = {2004},
+  author = {Frank Mittelbach and Michael Goossens}
+}
+
+@MISC{Parkin2005,
+  author = {Scott Pakin},
+  title = {The Comprehensive {\LaTeX{}} Symbol List},
+  year = {2005}
+}
+
diff --git a/lib/templates/biblioExample.bib b/lib/templates/biblioExample.bib
deleted file mode 100644 (file)
index f1be181..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-This file was created with JabRef 2.2.
-Encoding: Cp1252
-
-@BOOK{LComp2004,
-  title = {The LaTeX Companion Second Edition},
-  publisher = {Addison-Wesley},
-  year = {2004},
-  author = {Frank Mittelbach and Michael Goossens}
-}
-
-@MISC{Parkin2005,
-  author = {Scott Pakin},
-  title = {The Comprehensive {\LaTeX{}} Symbol List},
-  year = {2005}
-}
-