File: Makefile.am

package info (click to toggle)
yelp 2.30.1%2Bwebkit-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,060 kB
  • ctags: 1,899
  • sloc: ansic: 18,933; sh: 10,335; xml: 393; makefile: 259
file content (35 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SUBDIRS = icons ui

@INTLTOOL_XML_RULE@
@INTLTOOL_SCHEMAS_RULE@

schemasdir   = $(GCONF_SCHEMA_FILE_DIR)
schemas_DATA = yelp.schemas

tocdir   = $(datadir)/yelp
toc_DATA = man.xml toc.xml scrollkeeper.xml info.xml

cssdir   = $(datadir)/yelp
css_DATA = default.css

jsdir   = $(datadir)/yelp
js_DATA = yelp.js

EXTRA_DIST =					\
	yelp.schemas		yelp.schemas.in	\
	man.xml			man.xml.in	\
	toc.xml			toc.xml.in	\
	info.xml		info.xml.in	\
	scrollkeeper.xml	default.css	\
	yelp.js

install-data-local: $(schemas_DATA)
if GCONF_SCHEMAS_INSTALL
	if test -z "$(DESTDIR)"; then \
	for p in $^ ; do \
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p >&1 > /dev/null; \
	done \
	fi
endif

CLEANFILES = $(schemas_DATA) toc.xml man.xml info.xml