debian: disabled html doc in debs, because building the html docs fails

git-svn-id: trunk@38528 -
This commit is contained in:
vincents 2012-09-05 14:01:00 +00:00
parent c5c9d45cc0
commit 844338ff7e
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
/usr/share/doc/lazarus/${VERSION}/index.html
/usr/share/doc/lazarus/${VERSION}/images
/usr/share/doc/lazarus/${VERSION}/lcl
#/usr/share/doc/lazarus/${VERSION}/lcl

5
debian/rules vendored
View File

@ -224,7 +224,7 @@ build-doc: patch debian-files build-doc-stamp
build-doc-stamp:
@echo "--- Building Documentation"
dh_testdir
$(MAKE) -C docs/html ${CONVERTER}
# $(MAKE) -C docs/html ${CONVERTER}
touch build-doc-stamp
install-doc: build-doc install-doc-stamp
@ -232,7 +232,8 @@ install-doc-stamp:
@echo "--- Installing Documentation"
dh_testdir
dh_testroot
${MAKE} -C docs/html ${DOCTYPE}install INSTALL_PREFIX=${INSTALL_DIR}/usr INSTALL_DOCDIR=${DOC_DIR}
# ${MAKE} -C docs/html ${DOCTYPE}install INSTALL_PREFIX=${INSTALL_DIR}/usr INSTALL_DOCDIR=${DOC_DIR}
mkdir -p ${DOC_DIR}
cd docs ; ${CP} --parents -t ${DOC_DIR} \
index.html \
images/laztitle.png