diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-22 00:16:32 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-22 00:16:32 +0200 |
commit | 85ca2dfd2dd845a5a854706caf87c2b7009a9ba2 (patch) | |
tree | 5be7da573551aa5e480ce5a1aaa9ec7e2cce7b8a /debian/rules | |
parent | vtysh-integrated-fix.patch (diff) | |
download | frr-85ca2dfd2dd845a5a854706caf87c2b7009a9ba2.tar.xz frr-85ca2dfd2dd845a5a854706caf87c2b7009a9ba2.zip |
Fix of debian compile to actually build some needed documentation
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index bbc3e7e39..911fcb921 100755 --- a/debian/rules +++ b/debian/rules @@ -76,6 +76,7 @@ override_dh_auto_configure: override_dh_auto_build: #dh_auto_build $(MAKE) + dh_auto_build -- -C doc draft-zebra-00.txt # doc/ is a bit crazy |