From 94ecf2d9c75797163920353c5199d02c43e0a4e6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 5 Sep 2011 10:12:07 -0700 Subject: [PATCH] install info; remove useless offline-root directory --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5