1
1
Fork
You've already forked md4c-make
0
MD4C but with POSIX Make instead of CMake
  • C 91.7%
  • Python 7%
  • Makefile 0.5%
  • Roff 0.4%
  • Shell 0.4%
Find a file
2025年12月05日 19:48:14 -03:00
.github/workflows CI: Migrate codecov/codecov-action@v3 to @v4 . ( #241 ) 2024年02月17日 15:01:46 +01:00
md2html Replace CMake with Make 2025年11月17日 15:03:47 -03:00
scripts CI: Run test also on Windows runners. 2024年02月04日 01:46:01 +01:00
src Replace CMake with Make 2025年11月17日 15:03:47 -03:00
test Check for hard breaks more carefully to avoid false positives... 2024年02月25日 20:51:06 +01:00
.gitignore Replace CMake with Make 2025年11月17日 15:03:47 -03:00
CHANGELOG.md Fix handling tab when removing trailing whitespace. 2024年02月25日 16:24:50 +01:00
config.mk define PREFIX, MANPREFIX and CC 2025年12月05日 19:40:40 -03:00
LICENSE.md Bump copyright years. 2024年01月11日 13:12:55 +01:00
Makefile implement library and md2html installation 2025年12月05日 19:42:19 -03:00
README.md update readme 2025年12月05日 19:48:14 -03:00

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 all
  • install: installs the md4c, md4c-html libraries and md2html at PREFIX.
  • install-md4c: install md4c library
  • install-md4c-html install md4c-html library
  • install-md2html install md2html program
  • uninstall

Modify config.mk to fit your needs (change compiler, flags, PREFIX, etc).