mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-12 09:54:36 +00:00
improve package dependencies, add README
This commit is contained in:
parent
356064f40d
commit
f8866417db
4
Makefile
4
Makefile
@ -170,8 +170,8 @@ api-viewer/apidoc.js: api-viewer/apidata.js api-viewer/PVEAPI.js
|
|||||||
cat api-viewer/apidata.js api-viewer/PVEAPI.js >$@
|
cat api-viewer/apidata.js api-viewer/PVEAPI.js >$@
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: ${GEN_DEB}
|
dinstall: ${GEN_DEB} ${DOC_DEB}
|
||||||
dpkg -i ${GEN_DEB}
|
dpkg -i ${GEN_DEB} ${DOC_DEB}
|
||||||
|
|
||||||
|
|
||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -9,6 +9,6 @@ Package: pve-doc-generator
|
|||||||
Section: perl
|
Section: perl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libpve-common-perl, asciidoc
|
Depends: ${perl:Depends}, libpve-common-perl, asciidoc
|
||||||
Description: Proxmox VE Documentation helpers
|
Description: Proxmox VE Documentation helpers
|
||||||
Tool to auto-generate various Proxmox VE Documentation files.
|
Tool to auto-generate various Proxmox VE Documentation files.
|
||||||
|
14
doc-debian/README
Normal file
14
doc-debian/README
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
To enable the apache site use:
|
||||||
|
|
||||||
|
# a2ensite pve-docs.conf
|
||||||
|
# /etc/init.d/apache2 reload
|
||||||
|
|
||||||
|
Now you should be able to access the documentation at:
|
||||||
|
|
||||||
|
* Admin Guide and Manual pages
|
||||||
|
http://your-server/pve-docs
|
||||||
|
|
||||||
|
* API Viewer
|
||||||
|
http://your-server/pve-docs/api-viewer
|
||||||
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
|||||||
Source: pve-docs
|
Source: pve-docs
|
||||||
Section: perl
|
Section: doc
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), lintian
|
Build-Depends: debhelper (>= 7.0.50~), lintian
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
|
|
||||||
Package: pve-docs
|
Package: pve-docs
|
||||||
Section: doc
|
|
||||||
Priority: optional
|
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: apache2
|
Depends: ${misc:Depends}
|
||||||
|
Suggests: apache2
|
||||||
Description: Proxmox VE Documentation
|
Description: Proxmox VE Documentation
|
||||||
This package contains the Proxmox VE Documentation files.
|
This package contains the Proxmox VE Documentation files, and apache2
|
||||||
|
configuration files to serve them.
|
||||||
|
1
doc-debian/docs
Normal file
1
doc-debian/docs
Normal file
@ -0,0 +1 @@
|
|||||||
|
debian/README
|
Loading…
Reference in New Issue
Block a user