mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-20 22:50:06 +03: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 >$@
|
||||
|
||||
.PHONY: dinstall
|
||||
dinstall: ${GEN_DEB}
|
||||
dpkg -i ${GEN_DEB}
|
||||
dinstall: ${GEN_DEB} ${DOC_DEB}
|
||||
dpkg -i ${GEN_DEB} ${DOC_DEB}
|
||||
|
||||
|
||||
.PHONY: deb
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -9,6 +9,6 @@ Package: pve-doc-generator
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Depends: libpve-common-perl, asciidoc
|
||||
Depends: ${perl:Depends}, libpve-common-perl, asciidoc
|
||||
Description: Proxmox VE Documentation helpers
|
||||
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
|
||||
Section: perl
|
||||
Section: doc
|
||||
Priority: extra
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Build-Depends: debhelper (>= 7.0.50~), lintian
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: pve-docs
|
||||
Section: doc
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: apache2
|
||||
Depends: ${misc:Depends}
|
||||
Suggests: apache2
|
||||
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…
x
Reference in New Issue
Block a user