diff options
author | Alexander Neundorf <neundorf@kde.org> | 2010-06-30 17:44:13 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2010-06-30 17:44:13 +0000 |
commit | 8ee68189221ecd8390de20b3857f33033d2657e3 (patch) | |
tree | 35bb0a1c30abf6a620fe7a6d5e7958bdedf0ef2c | |
parent | 83026babf1c1525a8d8f51f9ec879df2ae63a60a (diff) | |
download | extra-cmake-modules-8ee68189221ecd8390de20b3857f33033d2657e3.tar.gz extra-cmake-modules-8ee68189221ecd8390de20b3857f33033d2657e3.tar.bz2 |
find docbook xsl also on slackware
Alex
svn path=/trunk/KDE/kdelibs/; revision=1144744
-rw-r--r-- | modules/FindDocBookXSL.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindDocBookXSL.cmake b/modules/FindDocBookXSL.cmake index 4d52c41a..cc273d52 100644 --- a/modules/FindDocBookXSL.cmake +++ b/modules/FindDocBookXSL.cmake @@ -12,6 +12,7 @@ set (STYLESHEET_PATH_LIST share/xml/docbook/stylesheet/docbook-xsl + share/xml/docbook/xsl-stylesheets share/sgml/docbook/xsl-stylesheets share/xml/docbook/stylesheet/nwalsh/current share/xml/docbook/stylesheet/nwalsh |