Rename entire project from `fw' to `fwd'.
[fwd] / debian / rules
CommitLineData
0ac54f22 1#! /usr/bin/make -f
2
5d9fd22a 3CDBS = /usr/share/cdbs/1
0ac54f22 4
5d9fd22a
MW
5include $(CDBS)/class/autotools.mk
6include $(CDBS)/rules/debhelper.mk
0ac54f22 7
5d9fd22a
MW
8###--------------------------------------------------------------------------
9### General definitions.
0ac54f22 10
5d9fd22a 11DEB_BUILDDIR = $(CURDIR)/build
9155ea97 12DEB_DESTDIR = $(CURDIR)/debian/fwd
0ac54f22 13
5d9fd22a
MW
14###--------------------------------------------------------------------------
15### Documentation.
0ac54f22 16
9155ea97 17DEB_INSTALL_DOCS_fwd = GRAMMAR
0ac54f22 18
9155ea97
MW
19###--------------------------------------------------------------------------
20### Compatibility package.
21
22DEB_INSTALL_DIRS_fw = \
23 usr/bin \
24 usr/share/man/man1
25
26install/fw::
27 install -m755 debian/fw.sh debian/fw/usr/bin/fw
28 ln -s fwd.1.gz debian/fw/usr/share/man/man1/fw.1.gz
29
30###----- That's all, folks --------------------------------------------------