Browse Source

* fixed umlspeed to install documentation - issue #373

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21777 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 17 years ago
parent
commit
27b204667c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      develop/umlspeed/umlspeed.conf

+ 6
- 0
develop/umlspeed/umlspeed.conf

@ -14,3 +14,9 @@
var_append makeinstopt ' ' "BIN_DIR=$root$bindir"
var_append makeinstopt ' ' "MAN_DIR=$root$mandir/man1"
hook_add postmake 5 'umlspeed_doc'
umlspeed_doc() {
echo "Installing documentation..."
cp -vfa doc/* $root$docdir/
}

Loading…
Cancel
Save