online_help.h 449 Bytes
Newer Older
1 2 3 4 5 6
/******************************************************/
/* definitions relatives to the online help for kicad */
/******************************************************/

#ifndef ONLINE_HELP_H
#define ONLINE_HELP_H
7 8 9

/*
 * Kicad uses HTML or PDF file format in the online help (help command)
10
 * Comment one of these 2 lines
11
 */
12 13 14 15

#define ONLINE_HELP_FILES_FORMAT_IS_PDF
//#define ONLINE_HELP_FILES_FORMAT_IS_HTML

16
#endif  /* #ifndef ONLINE_HELP_H */