No description
  • C 91.7%
  • Python 7%
  • Makefile 0.5%
  • Roff 0.4%
  • Shell 0.4%
Find a file
tocariimaa 6617b55bf8
Some checks failed
Build and Test / linux-debug (push) Has been cancelled
Build and Test / linux-release (push) Has been cancelled
Build and Test / windows-32-debug (push) Has been cancelled
Build and Test / windows-64-release (push) Has been cancelled
update readme
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).