diff options
author | Raphael Kubo da Costa <kubito@gmail.com> | 2010-06-02 16:07:26 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <kubito@gmail.com> | 2010-06-02 16:07:26 +0000 |
commit | 81c41f4b3b7b93e461e6ccb94c67d4f60d091e50 (patch) | |
tree | b7a2ab90000b554fc8f57eba293d5829c935c4f8 | |
parent | 3ff273540a558ab9d98a0cc760b255323742308b (diff) | |
download | extra-cmake-modules-81c41f4b3b7b93e461e6ccb94c67d4f60d091e50.tar.gz extra-cmake-modules-81c41f4b3b7b93e461e6ccb94c67d4f60d091e50.tar.bz2 |
Add FreeBSD's path for DocBook XSL stylesheet.
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdelibs/; revision=1133834
-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 2a20bbe8..4d52c41a 100644 --- a/modules/FindDocBookXSL.cmake +++ b/modules/FindDocBookXSL.cmake @@ -15,6 +15,7 @@ set (STYLESHEET_PATH_LIST share/sgml/docbook/xsl-stylesheets share/xml/docbook/stylesheet/nwalsh/current share/xml/docbook/stylesheet/nwalsh + share/xsl/docbook ) find_path (DOCBOOKXSL_DIR lib/lib.xsl |