diff options
Diffstat (limited to 'app-text/landslide/landslide-1.1.3.ebuild')
-rw-r--r-- | app-text/landslide/landslide-1.1.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild index 8f2cfe02f2b6..d611bf5b0a04 100644 --- a/app-text/landslide/landslide-1.1.3.ebuild +++ b/app-text/landslide/landslide-1.1.3.ebuild @@ -26,6 +26,10 @@ RDEPEND=" " python_install_all() { - use examples && EXAMPLES=( examples/. ) + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + distutils-r1_python_install_all } |