mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:19:17 +02:00
debian: disabled html doc in debs, because building the html docs fails
git-svn-id: trunk@38528 -
This commit is contained in:
parent
c5c9d45cc0
commit
844338ff7e
2
debian/lazarus-doc.install.in
vendored
2
debian/lazarus-doc.install.in
vendored
@ -1,3 +1,3 @@
|
|||||||
/usr/share/doc/lazarus/${VERSION}/index.html
|
/usr/share/doc/lazarus/${VERSION}/index.html
|
||||||
/usr/share/doc/lazarus/${VERSION}/images
|
/usr/share/doc/lazarus/${VERSION}/images
|
||||||
/usr/share/doc/lazarus/${VERSION}/lcl
|
#/usr/share/doc/lazarus/${VERSION}/lcl
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -224,7 +224,7 @@ build-doc: patch debian-files build-doc-stamp
|
|||||||
build-doc-stamp:
|
build-doc-stamp:
|
||||||
@echo "--- Building Documentation"
|
@echo "--- Building Documentation"
|
||||||
dh_testdir
|
dh_testdir
|
||||||
$(MAKE) -C docs/html ${CONVERTER}
|
# $(MAKE) -C docs/html ${CONVERTER}
|
||||||
touch build-doc-stamp
|
touch build-doc-stamp
|
||||||
|
|
||||||
install-doc: build-doc install-doc-stamp
|
install-doc: build-doc install-doc-stamp
|
||||||
@ -232,7 +232,8 @@ install-doc-stamp:
|
|||||||
@echo "--- Installing Documentation"
|
@echo "--- Installing Documentation"
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
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} \
|
cd docs ; ${CP} --parents -t ${DOC_DIR} \
|
||||||
index.html \
|
index.html \
|
||||||
images/laztitle.png
|
images/laztitle.png
|
||||||
|
Loading…
Reference in New Issue
Block a user