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

« back to all changes in this revision

Viewing changes to scribus/templates/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
 
template.xml
8
 
  DESTINATION ${TEMPLATEDIR}
9
 
)
10
 
 
11
 
INSTALL(FILES
12
 
br1/br1.png
13
 
br1/br1tn.png
14
 
br1/map.jpg
15
 
br1/br1.sla.gz
16
 
  DESTINATION ${TEMPLATEDIR}br1
17
 
)
18
 
 
19
 
INSTALL(FILES
20
 
nl1/kites.jpg
21
 
nl1/nl1.png
22
 
nl1/nl1tn.png
23
 
nl1/nl1.sla.gz
24
 
  DESTINATION ${TEMPLATEDIR}nl1
25
 
)
26
 
 
27
 
INSTALL(FILES
28
 
nl2/flowers.jpg
29
 
nl2/nl2.png
30
 
nl2/nl2tn.png
31
 
nl2/nl2.sla.gz
32
 
  DESTINATION ${TEMPLATEDIR}nl1
33
 
)
34
 
 
35
 
INSTALL(FILES
36
 
textbased/an_image.jpg
37
 
textbased/author.jpg
38
 
textbased/textbased.png
39
 
textbased/textbased.sla.gz
40
 
textbased/textbasedtn.png
41
 
  DESTINATION ${TEMPLATEDIR}textbased
42
 
)
43
 
INSTALL(FILES
44
 
sc_presentation/presentation.png
45
 
sc_presentation/presentation.sla.gz
46
 
sc_presentation/presentationtn.png
47
 
  DESTINATION ${TEMPLATEDIR}sc_presentation
48
 
)
 
 
b'\\ No newline at end of file'