Last-Update: 2014-09-08
Gbp-Pq: Name fix_documentation_path.patch
dw_printf ("Complete documentation can be found in the 'doc' folder\n");
#else
// TODO: Could vary by platform and build options.
+ /*
dw_printf ("Complete documentation can be found in /usr/local/share/doc/direwolf\n");
+ */
+ dw_printf ("Complete documentation can be found online at https://github.com/wb2osz/direwolf/tree/master/doc/.\n");
#endif
dw_printf ("or online at https://github.com/wb2osz/direwolf/tree/master/doc\n");
exit (EXIT_FAILURE);