]> git.proxmox.com Git - mirror_frr.git/blobdiff - debianpkg/backports/ubuntu12.04/debian/rules
debianpkg: update packaging for new docs
[mirror_frr.git] / debianpkg / backports / ubuntu12.04 / debian / rules
index 2e9e84faa6006270c1d4d03bdb57450eea8d68ff..6449743b9d78b3ecfbdfd64b9d209c6dc03e97f9 100755 (executable)
@@ -135,18 +135,11 @@ override_dh_auto_configure:
        fi
 
 override_dh_auto_build:
-       #dh_auto_build
-       $(MAKE)
-       dh_auto_build -- -C doc draft-zebra-00.txt
-
-
-       # doc/ is a bit crazy
 ifeq ($(GENERATE_PDF), 1)
-       dh_auto_build -- -C doc frr.pdf || true # pdfetex fails with exit code 1 but still produces a good looking .pdf
+       dh_auto_build -- -C doc user.pdf
 endif
-       rm -vf doc/frr.info
+       rm -vf doc/user/_build/texinfo/FRR.info
        dh_auto_build -- -C doc frr.info
-       rm -vf doc/frr.info.html*
 
 override_dh_auto_test: