MD4C but with POSIX Make instead of CMake
- C 91.7%
- Python 7%
- Makefile 0.5%
- Roff 0.4%
- Shell 0.4%
| .github/workflows | CI: Migrate codecov/codecov-action@v3 to @v4 . ( #241 ) | |
| md2html | Replace CMake with Make | |
| scripts | CI: Run test also on Windows runners. | |
| src | Replace CMake with Make | |
| test | Check for hard breaks more carefully to avoid false positives... | |
| .gitignore | Replace CMake with Make | |
| CHANGELOG.md | Fix handling tab when removing trailing whitespace. | |
| config.mk | define PREFIX, MANPREFIX and CC | |
| LICENSE.md | Bump copyright years. | |
| Makefile | implement library and md2html installation | |
| README.md | update readme | |
md4c-make
This repository is a "fork" of MD4C which replaces the CMake-based build system with POSIX Make.
See the original repo for the documentation, information, etc.
Makefile
Targets
Check the makefile for all the details.
all: build allinstall: installs the md4c, md4c-html libraries and md2html atPREFIX.install-md4c: install md4c libraryinstall-md4c-htmlinstall md4c-html libraryinstall-md2htmlinstall md2html programuninstall
Modify config.mk to fit your needs (change compiler, flags, PREFIX, etc).