keine/config.h.tmpl
Nishi f1b725437d can show manpage
git-svn-id: file:///raid/svn-personal/keine/trunk@6 a3977ea8-0dc0-2842-9144-a1a46b47fd40
2024-09-11 15:45:32 +00:00

25 lines
671 B
C

/* $Id$ */
#ifndef __CONFIG_H__
#define __CONFIG_H__
/* HTML which gets shown on the main, undef it for the index */
#define MAIN_HTML "<h1>Index</h1>"
/* Manual page root */
#define MANPAGE_DIR "/usr/share/man"
/* Define this for multiple directories */
/*
#define MANPAGE_DIRS {"/usr/share/man/man1", "/usr/share/man/man2", "/usr/share/man/man3", "/usr/share/man/man3f", "/usr/share/man/man3lua", "/usr/share/man/man4", "/usr/share/man/man5", "/usr/share/man/man6", "/usr/share/man/man7", "/usr/share/man/man8", "/usr/share/man/man9", "/usr/share/man/man9lua"}
*/
/* Footer, undef it for no footer */
#define FOOTER_HTML "some footer"
#endif
/*
vim: syntax=c
*/