File: rules

package info (click to toggle)
aconnectgui 0.9.0rc2-1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,544 kB
  • ctags: 162
  • sloc: cpp: 1,227; sh: 816; makefile: 27
file content (23 lines) | stat: -rwxr-xr-x 562 bytes parent folder | download | duplicates (2)
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
# rules
#
# Robert Jordens <rjo@gmx.de>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.
#
# $Id$
#

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

common-binary-post-install-arch::
	dh_buildinfo
                                                                                
build/aconnectgui::
	/usr/bin/docbook-to-man debian/aconnectgui.sgml > debian/aconnectgui.1

clean::
	-rm -f debian/aconnectgui.1