Skip to content

jkubin/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 install -y m4 pinfo make tidy git-core langpacks-cs ImageMagick
  1. generate files to generate other files
$ make
  1. generate files from generated files
$ make
  1. delete all generated files
$ make cl

article development

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

or generate all targets multilingually

$ make cl
$ make
$ make

or generate all targets monolingually

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

or generate certain targets monolingually

$ make cl
$ make c txt html SOURCE=intro.mc ex=cs
$ make c txt html SOURCE=intro.mc ex=cs

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