summaryrefslogtreecommitdiff
path: root/cmake/modules/FindHtmlViewer.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-23 19:40:25 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-23 19:40:25 +0000
commit878d7246b85e14f5834ab9b8e7fce8707eb3b307 (patch)
treef943f68d281ffe44f8b933d257a11ba2312cf657 /cmake/modules/FindHtmlViewer.cmake
parentd909f9f62cb34c020418d6a5b6a5da4d12e1bedf (diff)
downloadwireshark-878d7246b85e14f5834ab9b8e7fce8707eb3b307.tar.gz
- Add $Id: $ tags
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) svn path=/trunk/; revision=30104
Diffstat (limited to 'cmake/modules/FindHtmlViewer.cmake')
-rw-r--r--cmake/modules/FindHtmlViewer.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/modules/FindHtmlViewer.cmake b/cmake/modules/FindHtmlViewer.cmake
index 6753dec9ef..40cd03d4b2 100644
--- a/cmake/modules/FindHtmlViewer.cmake
+++ b/cmake/modules/FindHtmlViewer.cmake
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
# - Find an html viewer program
#
# HTML_VIEWER_EXECUTABLE - the full path to perl
@@ -10,6 +13,7 @@ FIND_PROGRAM(HTML_VIEWER_EXECUTABLE
xdg-open
mozilla
htmlview
+ ENV{HTML_VIEWER}
PATHS
${CYGWIN_INSTALL_PATH}/bin
/bin