Commit Graph
4 Commits
Author SHA1 Message Date
david parsons 094b09800e 1. In configure.inc, check for (and comment disapprovingly) if someone is inflicting clang on discount.
2. strip types off `main()`s so that stupid clang won't die.
2011-10-06 23:26:33 -07:00
david parsons 80c04f45e8 Change makepage so that I can feed it options
with `-Fxx`, `-fname`, or the environment variable
`MARKDOWN_FLAGS`; this means I needed to split the
options parsing code out of main.c into its own file
that can be included wherever.
2011-05-23 10:59:11 -07:00
david parsons 8ec8cb67e6 1. Add -L. and -I. to the definition for CC, so that
headers and libraries will be picked up from the
    current directory first.
2.  Add prototypes for mkd_xhtmlpage() and mkd_style()
    to mkdio.h/markdown.h (as needed)
2008-10-04 18:13:33 -07:00
David Parsons e036375cff Add a demo program for mkd_xhtmlpage(), add it to the sample programs list. 2008-10-04 13:36:17 -07:00