diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-03-21 13:01:58 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-03-21 13:01:58 +0000 |
| commit | 385774a6b75e3fa2aab9c34ffbe17a95e29899c1 (patch) | |
| tree | 6c025bf17601a48b974aa6d67b2bd488d7d99ce9 /debian/rules | |
| parent | 388fd424a9be17b41859e7aaf5f23c5d0ed9c5b0 (diff) | |
Debian package: build and install gfdoc.
Diffstat (limited to 'debian/rules')
| -rw-r--r-- | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 1867f7433..ce569ab93 100644 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. cd src && ./configure $(confflags) - $(MAKE) -C src unix + $(MAKE) -C src unix gfdoc #docbook-to-man debian/gf.sgml > gf.1 touch build-stamp @@ -60,7 +60,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/gf. - $(MAKE) -C src install-gf prefix=$(CURDIR)/debian/gf + $(MAKE) -C src install-gf install-gfdoc prefix=$(CURDIR)/debian/gf # Build architecture-independent files here. |
