comparison 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
comparison
equal deleted inserted replaced
1012:fe82830ab8fd 1013:88ebc61e33ae
244 struct { 244 struct {
245 gchar *command_name; 245 gchar *command_name;
246 gchar *command_line; 246 gchar *command_line;
247 } html_browser; 247 } html_browser;
248 } helpers; 248 } helpers;
249
250 /* Various paths and links to documentation */
251 struct {
252 gchar *helpdir;
253 gchar *htmldir;
254 } documentation;
249 }; 255 };
250 256
251 ConfOptions *options; 257 ConfOptions *options;
252 258
253 ConfOptions *init_options(ConfOptions *options); 259 ConfOptions *init_options(ConfOptions *options);