]> git.lyx.org Git - features.git/commit
Split external_templates to individual *.xtemplate files
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 26 Mar 2017 13:32:01 +0000 (15:32 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 26 Mar 2017 13:32:01 +0000 (15:32 +0200)
commit52019917f411c72ffa6fd8200bc5a89d286d87be
treef3485cac5342f5d3da2a4f6dec7c9ec3ea4c9f92
parent5d4db9dcf5f0ebf449299f430b926f0388b56d43
Split external_templates to individual *.xtemplate files

This makes it easier to add new templates or change existing ones
in the user directory.

Fixes: #3983
The CMake changes should be double-checked.
20 files changed:
development/cmake/Install.cmake
lib/Makefile.am
lib/RELEASE-NOTES
lib/configure.py
lib/doc/Customization.lyx
lib/external_templates [deleted file]
lib/xtemplates/chess.xtemplate [new file with mode: 0644]
lib/xtemplates/dia.xtemplate [new file with mode: 0644]
lib/xtemplates/gnumeric.xtemplate [new file with mode: 0644]
lib/xtemplates/inkscape.xtemplate [new file with mode: 0644]
lib/xtemplates/lilypond.xtemplate [new file with mode: 0644]
lib/xtemplates/pdfpages.xtemplate [new file with mode: 0644]
lib/xtemplates/raster_image.xtemplate [new file with mode: 0644]
lib/xtemplates/vector_graphics.xtemplate [new file with mode: 0644]
lib/xtemplates/xfig.xtemplate [new file with mode: 0644]
po/CMakeLists.txt
po/Rules-lyx
po/lyx_pot.py
src/LyX.cpp
src/insets/ExternalTemplate.cpp