diff options
author | Christopher Harvey <chris@basementcode.com> | 2010-06-01 08:35:13 -0400 |
---|---|---|
committer | Christopher Harvey <chris@basementcode.com> | 2010-06-01 08:35:13 -0400 |
commit | 8c11d0e0cfd31a269a41ce0c4800b4c2d727a9e5 (patch) | |
tree | 152e33db9b9931cd808c30b1728b338f4b20f1bf /modules | |
parent | Moved project into official GSoC hosting from github. (diff) | |
download | ventoo-8c11d0e0cfd31a269a41ce0c4800b4c2d727a9e5.tar.gz ventoo-8c11d0e0cfd31a269a41ce0c4800b4c2d727a9e5.tar.bz2 ventoo-8c11d0e0cfd31a269a41ce0c4800b4c2d727a9e5.zip |
Documentation files are now located relative to the module root directory.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hosts/ipaddr.html | 3 | ||||
-rw-r--r-- | modules/hosts/main.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/hosts/ipaddr.html b/modules/hosts/ipaddr.html new file mode 100644 index 0000000..56cf442 --- /dev/null +++ b/modules/hosts/ipaddr.html @@ -0,0 +1,3 @@ +<html> + docroot works! +<html> diff --git a/modules/hosts/main.xml b/modules/hosts/main.xml index 863d3f8..4b17844 100644 --- a/modules/hosts/main.xml +++ b/modules/hosts/main.xml @@ -1,6 +1,6 @@ <VentooModule> <root mult="*"> - <ipaddr mult="1"/> + <ipaddr mult="1" docurl="ipaddr.html"/> <canonical mult="1"/> <alias mult="*"/> </root> |