File: Makefile.am

package info (click to toggle)
mlview 0.9.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,028 kB
  • ctags: 3,957
  • sloc: cpp: 49,090; sh: 8,393; ansic: 3,262; xml: 361; makefile: 329
file content (22 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
privateicons_DATA = xml-element-node-open.png \
	       xml-element-node.png \
	       xml-text-node.png \
	       xml-root.png \
	       xml-root-open.png \
               xml-comment-node.png \
               xml-text-node.png \
               xml-pi-node.png \
	       xml-entity-ref-node.png \
	       mlview-xsd-schema.png \
	       mlview-dtd-schema.png \
	       mlview-rng-schema.png \
		   mlview-app-icon.png

pixmaps_DATA= mlview-app-icon.png \
              mlview-app-icon.xpm

pixmapsdir= $(datadir)/pixmaps
privateiconsdir = $(datadir)/mlview

EXTRA_DIST = $(privateicons_DATA) $(pixmaps_DATA)