Move html documentation to /usr/share/doc/icinga2/htdocs.

Fixes #4876
This commit is contained in:
Gunnar Beutner 2013-10-15 13:05:49 +02:00
parent 1bce8cec97
commit f6c5b777d9
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Alias /icinga2-doc "/usr/share/doc/icinga2"
Alias /icinga2-doc "/usr/share/doc/icinga2/htdocs"
RewriteEngine On
RewriteRule ^/$ /icinga2-doc/#vagrant [NE,L,R=301]

View File

@ -52,7 +52,7 @@ EXTRA_DIST = \
CLEANFILES = \
index.html
icinga2docdir = ${docdir}
icinga2docdir = ${docdir}/htdocs
icinga2doc_DATA = \
index.html \
$(DOCVIEWER_FILES)

View File

@ -1,7 +1,7 @@
SUBDIRS = \
themes
icinga2docdir = ${docdir}/strapdownjs
icinga2docdir = ${docdir}/htdocs/strapdownjs
icinga2doc_DATA = \
strapdown.js \
strapdown.css

View File

@ -1,4 +1,4 @@
icinga2docdir = ${docdir}/strapdownjs/themes
icinga2docdir = ${docdir}/htdocs/strapdownjs/themes
icinga2doc_DATA = \
bootstrap.min.css \
bootstrap-responsive.min.css \