File: rules

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 (19 lines) | stat: -rwxr-xr-x 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

DEB_CONFIGURE_EXTRA_FLAGS += --enable-info --enable-man \
	--with-gecko=libxul-embedding --with-search=basic

LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

clean::
	rm -f debian/yelp.1

build/yelp::
	/usr/bin/docbook-to-man debian/yelp.sgml > debian/yelp.1