diff src/options.h @ 1013:88ebc61e33ae

Allow to override documentation paths through options: - documentation.helpdir - documentation.htmldir Default values are set at configure time.
author zas_
date Sat, 30 Aug 2008 10:39:35 +0000
parents a4a38ea9fbaa
children 4aa1a6235458
line wrap: on
line diff
--- a/src/options.h	Fri Aug 29 20:53:53 2008 +0000
+++ b/src/options.h	Sat Aug 30 10:39:35 2008 +0000
@@ -246,6 +246,12 @@
 			gchar *command_line;
 		} html_browser;
 	} helpers;
+
+	/* Various paths and links to documentation */
+	struct {
+		gchar *helpdir;
+		gchar *htmldir;
+	} documentation;
 };
 
 ConfOptions *options;