Skip to content
forked from jkubin/m4root

description of the M4 language with examples of use

Notifications You must be signed in to change notification settings

jamartis/m4root

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating code in M4

m4tux

  1. install packages
# dnf -y install make m4 pinfo
  1. generate files to generate other files
$ make
  1. generate files from generated files
$ make
  1. delete all generated files
$ make cl

For developers

$ make h
$ make cl
$ make src html SOURCE=intro.mc exclude=cs
$ make h	<--- the generated file for Makefile provides additional help
$ make spell preview
$ make validate publish

or simply

$ make cl
$ make SOURCE=intro.mc ex=cs
$ make

or generate different rules for Makefile

$ make cl
$ make src fhtml SOURCE=intro.mc ex=cs
$ make h
$ make

Contact (Base64): bTR1bml4QGdtYWlsLmNvbQ

About

description of the M4 language with examples of use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.1%
  • M4 24.3%
  • Vim Script 9.7%
  • Makefile 2.4%
  • sed 1.3%
  • C 0.7%
  • Other 0.5%