]> git.donarmstrong.com Git - lilypond.git/commitdiff
install info; remove useless offline-root directory
authorDon Armstrong <don@donarmstrong.com>
Mon, 5 Sep 2011 17:12:07 +0000 (10:12 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 5 Sep 2011 17:12:07 +0000 (10:12 -0700)
debian/rules

index ddc6ce5df401f42f50780f1e11da0fc478b73a2d..339a7070d12a04a8aae7f3df63325a09c4e4e919 100755 (executable)
@@ -115,7 +115,12 @@ binary-indep: build-doc install
        # it installs a random dir-dep file for no reason
        rm -f $(CURDIR)/debian/lilypond-doc/usr/share/info/*-dir-dep*
 
+       dh_installinfo
        dh_installdocs
+       # remove the useless offline-root directory
+       mv $(CURDIR)/debian/lilypond-doc/usr/share/doc/lilypond/html/offline-root/* \
+               $(CURDIR)/debian/lilypond-doc/usr/share/doc/lilypond/html/.;
+       rmdir $(CURDIR)/debian/lilypond-doc/usr/share/doc/lilypond/html/offline-root;
        find $(CURDIR)/debian/lilypond-doc/usr/share/doc/lilypond/html \
                -type d -empty -delete
        dh_installemacsen