From 588cc6e7c3bdd8c7254ea347d16e06d014303b46 Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sun, 17 Apr 2005 18:54:05 +0000 Subject: [PATCH] 1.36.3 doc changes. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1932 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/gentoo/bacula.ebuild | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/bacula/platforms/gentoo/bacula.ebuild b/bacula/platforms/gentoo/bacula.ebuild index 3c2298aef8..b87c6248f4 100644 --- a/bacula/platforms/gentoo/bacula.ebuild +++ b/bacula/platforms/gentoo/bacula.ebuild @@ -29,6 +29,9 @@ # new USE keywords bacula-clientonly bacula-split # add new logwatch scripts # 06 Mar 2005 D. Scott Barninger +# +# 1.36.3 doc changes +# 17 Apr 2005 D. Scott Barninger DESCRIPTION="featureful client/server network backup suite" HOMEPAGE="http://www.bacula.org/" @@ -58,7 +61,9 @@ DEPEND=">=sys-libs/zlib-1.1.4 X? ( virtual/x11 ) wxwindows? ( >=x11-libs/wxGTK-2.4.2 ) virtual/mta - dev-libs/gmp" + dev-libs/gmp + app-text/tetex + dev-tex/latex2html" RDEPEND="${DEPEND} !bacula-clientonly? ( sys-apps/mtx @@ -143,6 +148,11 @@ src_compile() { make static-bacula-fd cd ${S} + # make the docs + cd ${S}/doc/latex + make + cd ${S} + if use static then cd ${S}/src/console @@ -236,12 +246,12 @@ src_install() { chmod 754 ${D}/etc/bacula/rescue/cdrom/bin/bacula-fd # documentation - for a in ${S}/{Changelog,README,ReleaseNotes,kernstodo,LICENSE,doc/bacula.pdf} + for a in ${S}/{ChangeLog,README,ReleaseNotes,kernstodo,LICENSE,doc/latex/bacula.pdf} do dodoc $a done - dohtml -r ${S}/doc/html-manual doc/home-page + dohtml -r ${S}/doc/latex/bacula # clean up permissions left broken by install chmod o-r ${D}/etc/bacula/query.sql -- 2.39.5