theme.c (discount-2.2.3a.tar.bz2) | : | theme.c (discount-2.2.4.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 507 | skipping to change at line 507 | |||
} /* spin */ | } /* spin */ | |||
struct h_opt opts[] = { | struct h_opt opts[] = { | |||
{ 0, 0, 'c', "flags", "set/show rendering options" }, | { 0, 0, 'c', "flags", "set/show rendering options" }, | |||
{ 0, 0, 'C', "bitmap", "set/show rendering options numerically" }, | { 0, 0, 'C', "bitmap", "set/show rendering options numerically" }, | |||
{ 0, 0, 'd', "dir", "set the document root" }, | { 0, 0, 'd', "dir", "set the document root" }, | |||
{ 0, 0, 'E', 0, "do all theme expansions everywhere" }, | { 0, 0, 'E', 0, "do all theme expansions everywhere" }, | |||
{ 0, 0, 'f', 0, "forcibly overwrite existing html files" }, | { 0, 0, 'f', 0, "forcibly overwrite existing html files" }, | |||
{ 0, 0, 'o', "file", "write output to `file`" }, | { 0, 0, 'o', "file", "write output to `file`" }, | |||
{ 0, 0, 'p', "title", "set the page title" }, | { 0, 0, 'p', "title", "set the page title" }, | |||
{ 0, 0, 't', "template", "use `template` as template file" }, | ||||
{ 0, 0, 'V', 0, "show version info" }, | { 0, 0, 'V', 0, "show version info" }, | |||
} ; | } ; | |||
#define NROPTS (sizeof opts / sizeof opts[0]) | #define NROPTS (sizeof opts / sizeof opts[0]) | |||
main(argc, argv) | main(argc, argv) | |||
char **argv; | char **argv; | |||
{ | { | |||
char *template = "page.theme"; | char *template = "page.theme"; | |||
char *source = "stdin"; | char *source = "stdin"; | |||
FILE *tmplfile; | FILE *tmplfile; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |