39c2a7ca7256908cf5728875bb79b834ef5d07ad
[fwd] / debian / rules
1 #! /usr/bin/make -f
2
3 CDBS = /usr/share/cdbs/1
4
5 include $(CDBS)/class/autotools.mk
6 include $(CDBS)/rules/debhelper.mk
7
8 ###--------------------------------------------------------------------------
9 ### General definitions.
10
11 DEB_BUILDDIR = $(CURDIR)/build
12
13 ###--------------------------------------------------------------------------
14 ### Documentation.
15
16 DEB_INSTALL_DOCS_fw = GRAMMAR
17
18 ###----- That's all, folks --------------------------------------------------