diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2010-02-09 19:08:51 -0800 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2010-02-09 19:08:51 -0800 |
commit | f5c17e01ae2ca285fe0c6b41eb337a466cca6e29 (patch) | |
tree | 9da4b682b8c44b352409c34aa94c321bc6feef69 /debian | |
parent | e699f79034fb57a009e2558d2d8bf3620c437ade (diff) | |
download | libnet-f5c17e01ae2ca285fe0c6b41eb337a466cca6e29.tar.gz |
Build doc before packaging.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index aea3293..2144824 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,7 @@ configure-stamp: $(QUILT_STAMPFN) build: build-stamp build-stamp: configure-stamp dh_testdir + $(MAKE) -C doc doc $(MAKE) touch $@ |