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

« back to all changes in this revision

Viewing changes to scribus/editorconfig/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-02-09 09:25:18 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090209092518-iqsxmh3pjspgrdyd
Tags: 1.3.5.dfsg~svn20090208-2
debian/control: Use "type-handling -n arm,armel,armeb any" to generate the
list of architectures to build on.

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
)