File: rules

package info (click to toggle)
treeview 1.1.6.4%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,304 kB
  • sloc: java: 33,287; xml: 1,728; perl: 132; sh: 16; makefile: 11
file content (23 lines) | stat: -rwxr-xr-x 486 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
23
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

treeview.1: debian/treeview.sgml
	docbook-to-man $< > $@

override_dh_auto_build: treeview.1
	mkdir -p lib
	mkdir -p compile_lib
	dh_auto_build
	ant jar
	ant plugins
	(cd doc; export XSL=/usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl; export FOP=/usr/bin; perl ./createAllDoc.pl)