File: Makefile.am

package info (click to toggle)
libgnomeprint 2.18.7-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,048 kB
  • ctags: 4,040
  • sloc: ansic: 35,544; sh: 12,463; xml: 5,177; perl: 562; makefile: 524; yacc: 194; lex: 38
file content (24 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
modelsdir=$(GNOME_PRINT_DATA_DIR)/models
models_in_files = \
     GNOME-GENERIC-PS.xml.in \
	GNOME-PDF-WRITER.xml.in
models_DATA=$(models_in_files:.xml.in=.xml)

if INSTALL_META_PRINTER
modelsprivatedir=$(GNOME_PRINT_DATA_DIR)/models
else
modelsprivatedir=$(GNOME_PRINT_DATA_DIR)/models/uninstalled
endif
modelsprivate_DATA=GNOME-META.xml

@INTLTOOL_XML_RULE@

EXTRA_DIST = $(models_DATA) $(modelsprivate_DATA) \
	GNOME-GENERIC-PS.xml.in.in \
	GNOME-PDF-WRITER.xml.in.in \
	GNOME-META.xml.in

DISTCLEANFILES = \
	GNOME-GENERIC-PS.xml	\
	GNOME-PDF-WRITER.xml	\
	GNOME-META.xml