~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to resources/editorconfig/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-10-30 20:00:37 UTC
  • mfrom: (0.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091030200037-tes6nzts7t35gg5h
Tags: 1.3.5.dfsg+svn20091030-1
* Upstream svn update with bugfixes. Prepare the tarball for uploading into
  Debian (Closes: #534510, #552026).
* debian/control:
  - Refresh arch list.
  - Update Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDE_DIRECTORIES(
 
2
${CMAKE_SOURCE_DIR}
 
3
${CMAKE_SOURCE_DIR}/scribus
 
4
)
 
5
 
 
6
INSTALL(FILES
 
7
100_latex.tar
 
8
100_latex.xml
 
9
#sample.xml
 
10
200_gnuplot.xml
 
11
gnuplot.png
 
12
300_lilypond.xml
 
13
lilypond.png
 
14
400_dot.xml
 
15
dot.svg
 
16
500_povray.xml
 
17
povray_32.png
 
18
 
 
19
  DESTINATION ${SHAREDIR}/editorconfig
 
20
)