5
0
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:
Dietmar Maurer 2016-04-29 14:33:58 +02:00
parent 356064f40d
commit f8866417db
5 changed files with 23 additions and 8 deletions

View File

@ -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
View File

@ -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
View 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

View File

@ -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
View File

@ -0,0 +1 @@
debian/README