summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-07-29 19:00:49 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-07-29 19:00:49 +0200
commit8389d8730c68e3b58feb11c1fcecb86b10f014eb (patch)
tree6be8b9ad0a599ad63722f854a55bfcffb0bfc2fd /sci-astronomy
parent9a9424a78393b2a2c1f67b292996a10de3602193 (diff)
downloadbrancik-overlay-8389d8730c68e3b58feb11c1fcecb86b10f014eb.tar.gz
brancik-overlay-8389d8730c68e3b58feb11c1fcecb86b10f014eb.tar.bz2
Update sci-astronomy/open-phd-guiding
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
index 7d55086..a2c5817 100644
--- a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
@@ -22,10 +22,10 @@ DEPEND="x11-libs/wxGTK:3.0-gtk3[X]
RDEPEND="${DEPEND}"
+DOCS=( PHD_2.0_Architecture.docx )
+HTML_DOCS=( help )
+
src_install() {
- /bin/sh "${S}"/build/build_help.sh
- dohtml -r "${S}"/help
- rm "${S}"/locale/fr_FR/PHD2GuideHelp.zip
- dodoc PHD_2.0_Architecture.docx
+ einstalldocs
cmake-utils_src_install
}