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