diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-21 15:16:32 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-21 15:16:32 -0700 | 
| commit | 85ca2dfd2dd845a5a854706caf87c2b7009a9ba2 (patch) | |
| tree | 5be7da573551aa5e480ce5a1aaa9ec7e2cce7b8a /debian | |
| parent | e442116524b9471cfe796f15526426924c6d7fea (diff) | |
Fix of debian compile to actually build some needed documentation
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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 bbc3e7e395..911fcb921c 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  | 
