diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh index 8ee675c901..d4ff73c2f3 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh @@ -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" diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh index 648446d4c2..ff6f49cbce 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh @@ -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" diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 9c4f808d12..f7fbe40fc2 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 49a20e6726..30bd6cd071 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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/templates/biblioExample.bib b/lib/examples/biblioExample.bib similarity index 100% rename from lib/templates/biblioExample.bib rename to lib/examples/biblioExample.bib