kicad/include/online_help.h

17 lines
449 B
C
Raw Normal View History

/******************************************************/
/* definitions relatives to the online help for kicad */
/******************************************************/
#ifndef ONLINE_HELP_H
#define ONLINE_HELP_H
2008-08-11 11:45:29 +00:00
/*
* Kicad uses HTML or PDF file format in the online help (help command)
* Comment one of these 2 lines
2008-08-11 11:45:29 +00:00
*/
#define ONLINE_HELP_FILES_FORMAT_IS_PDF
//#define ONLINE_HELP_FILES_FORMAT_IS_HTML
2008-08-11 11:45:29 +00:00
#endif /* #ifndef ONLINE_HELP_H */