From: Don Armstrong Date: Mon, 5 Sep 2011 17:12:07 +0000 (-0700) Subject: install info; remove useless offline-root directory X-Git-Tag: debian/2.16.0-1_exp+1~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94ecf2d9c75797163920353c5199d02c43e0a4e6;p=lilypond.git install info; remove useless offline-root directory --- diff --git a/debian/rules b/debian/rules index ddc6ce5df4..339a7070d1 100755 --- a/debian/rules +++ b/debian/rules @@ -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