mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 17:59:40 +00:00
fix build dependencies (asciidoc-dblatex, source-highlight)
Do not depend on pve-doc-generator, so that we can bootstrap.
This commit is contained in:
parent
d33d2119bd
commit
d757d19423
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_${ARCH}.deb
|
||||
DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb
|
||||
MEDIAWIKI_DEB=${MEDIAWIKI_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb
|
||||
DOC_BUILDDEPS := pve-doc-generator, dblatex, source-highlight, inkscape, imagemagick
|
||||
DOC_BUILDDEPS := asciidoc-dblatex, source-highlight, inkscape, imagemagick
|
||||
|
||||
|
||||
all: index.html
|
||||
|
2
debian/pve-doc-generator.control
vendored
2
debian/pve-doc-generator.control
vendored
@ -1,7 +1,7 @@
|
||||
Package: pve-doc-generator
|
||||
Section: perl
|
||||
Architecture: any
|
||||
Depends: ${perl:Depends}, libpve-common-perl, asciidoc, xmlto
|
||||
Depends: ${perl:Depends}, libpve-common-perl, asciidoc-dblatex, source-highlight, xmlto
|
||||
Description: Proxmox VE Documentation helpers
|
||||
Tool to auto-generate various Proxmox VE Documentation files and
|
||||
manual pages. This package is required to build most other Proxmox VE
|
||||
|
Loading…
Reference in New Issue
Block a user