~ubuntu-branches/ubuntu/saucy/kate/saucy

« back to all changes in this revision

Viewing changes to kate/plugins/filetemplates/templates/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Rohan Garg, Jonathan Riddell
  • Date: 2013-06-21 00:48:29 UTC
  • mfrom: (1.1.28)
  • Revision ID: package-import@ubuntu.com-20130621004829-y2ui02eg0j47h94y
Tags: 4:4.10.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update and sort install files
  - Drop kubuntu_pate_find_python.diff, kubuntu_kate_initial_preference.patch,
    kubuntu_find_python.diff from debian/patches , not required

[ Jonathan Riddell ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
 
4
 
 
5
 
########### install files ###############
6
 
 
7
 
install( FILES html.katetemplate      cpplgpl.cpp.katetemplate cpplgpl.hh.katetemplate      cppgpl.cpp.katetemplate cppgpl.hh.katetemplate      docbookchapter.xml.katetemplate language.xml.katetemplate  DESTINATION  ${DATA_INSTALL_DIR}/kate/plugins/katefiletemplates/templates )
8
 
 
9
 
 
10
 
 
11
 
 
12
 
#original Makefile.am contents follow:
13
 
 
14
 
#templatesdir=$(kde_datadir)/kate/plugins/katefiletemplates/templates
15
 
#templates_DATA=html.katetemplate \
16
 
#    cpplgpl.cpp.katetemplate cpplgpl.hh.katetemplate \
17
 
#    cppgpl.cpp.katetemplate cppgpl.hh.katetemplate \
18
 
#    docbookchapter.xml.katetemplate language.xml.katetemplate