diff --git a/Makefile b/Makefile index e4c8d24..0e882d1 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ ${TMPDIR}: mkdir -p ${TMPDIR} README.html: README.md - pandoc -f README.md > README.html + pandoc --metadata title="Foreign C" --standalone README.md > README.html chibi: foreign/c/primitives/chibi/foreign-c.stub chibi-ffi foreign/c/primitives/chibi/foreign-c.stub diff --git a/README.md b/README.md index 9c9b04f..9a62bed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # foreign-c foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It -is portable in the sense that it supports multiple implementations, as opposed -to being portable by conforming to some specification. +is portable in the sense that it supports multiple implementations. [Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)