]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Build the added man pages before they're installed.
authorRuss Allbery <rra@debian.org>
Wed, 29 Mar 2006 20:55:26 +0000 (20:55 +0000)
committerRuss Allbery <rra@debian.org>
Wed, 29 Mar 2006 20:55:26 +0000 (20:55 +0000)
debian/rules

index d019749453bf942f8ffe229dc3a5b2f864d1be22..eb0414821c365d79ccc6ed8f810aba370c126d63 100755 (executable)
@@ -101,12 +101,12 @@ build: configure-stamp build-stamp
 build-stamp:
        dh_testdir
        mkdir -p $(CURDIR)/debian/tmp
-       $(MAKE) install_nolibafs DESTDIR=$(CURDIR)/debian/tmp
-       chmod +x debian/afs-rootvol debian/afs-newcell
        cd doc/man-pages/pod8 && pod2man -c 'AFS Command Reference' \
            -r 'OpenAFS' -s 8 asetkey.pod > ../man8/asetkey.8
        cd doc/man-pages/pod8 && pod2man -c 'AFS Command Reference' \
            -r 'OpenAFS' -s 8 ka-forwarder.pod > ../man8/ka-forwarder.8
+       $(MAKE) install_nolibafs DESTDIR=$(CURDIR)/debian/tmp
+       chmod +x debian/afs-rootvol debian/afs-newcell
        touch build-stamp
 
 clean: