]> Dogcows Code - chaz/homebank/blob - debian/rules
add gitignore
[chaz/homebank] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/rules/debhelper.mk
5 include /usr/share/cdbs/1/class/gnome.mk
6 #include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
8 DEB_INSTALL_MANPAGES_homebank = debian/homebank.1
9 DEB_CONFIGURE_EXTRA_FLAGS := --htmldir=/usr/share/doc/homebank-data/help
10
11 DEB_DH_STRIP_ARGS := --dbg-package=homebank-dbg
12
13 #to avoid the deletion of data/homebank.desktop.in by clean target
14 #we copy data/homebank.desktop.in in homebank.desktop.in-orig
15 #and then we restore the original situation after the clean.
16
17 cleanbuilddir/homebank::
18 cp data/homebank.desktop.in homebank.desktop.in-orig
19
20 clean::
21 rm -f intltool-extract intltool-merge intltool-update config.log
22 mv homebank.desktop.in-orig data/homebank.desktop.in
This page took 0.033401 seconds and 4 git commands to generate.