[pve-devel] r6094 - in pve2-api-doc: data debian
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Jun 16 15:11:27 CEST 2011
Author: dietmar
Date: 2011-06-16 15:11:27 +0200 (Thu, 16 Jun 2011)
New Revision: 6094
Modified:
pve2-api-doc/data/Makefile
pve2-api-doc/debian/pve2-api-doc.conf
Log:
fix alias
Modified: pve2-api-doc/data/Makefile
===================================================================
--- pve2-api-doc/data/Makefile 2011-06-16 12:51:15 UTC (rev 6093)
+++ pve2-api-doc/data/Makefile 2011-06-16 13:11:27 UTC (rev 6094)
@@ -14,7 +14,7 @@
.PHONY: install
install: apidoc.js apidoc.html apidata.js
install -d -m 0755 ${DESTDIR}${DOCDIR}
- install -D -m 0644 apidoc.html ${DESTDIR}${DOCDIR}/apidoc.html;
+ install -D -m 0644 apidoc.html ${DESTDIR}${DOCDIR}/index.html;
install -D -m 0644 apidoc.js ${DESTDIR}${DOCDIR}/apidoc.js;
install -D -m 0644 apidata.js ${DESTDIR}${DOCDIR}/apidata.js;
Modified: pve2-api-doc/debian/pve2-api-doc.conf
===================================================================
--- pve2-api-doc/debian/pve2-api-doc.conf 2011-06-16 12:51:15 UTC (rev 6093)
+++ pve2-api-doc/debian/pve2-api-doc.conf 2011-06-16 13:11:27 UTC (rev 6094)
@@ -4,4 +4,4 @@
allow from all
</Directory>
-Alias /pve2-api-doc /usr/share/pve2-api-doc/apidoc.html
+Alias /pve2-api-doc/ /usr/share/pve2-api-doc/
More information about the pve-devel
mailing list