]> git.tue.mpg.de Git - micoforia.git/commit
build: Move description text to separate file.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 14 May 2024 23:49:22 +0000 (01:49 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 27 May 2024 15:24:51 +0000 (17:24 +0200)
commit280a3a4df1578a2377b1b213c4e7d2193db5e279
treed6e1c3c49af3a3dfd0be1a96e36e4cc9bcf4abc1
parent7766a6e1aa5407f67fb55f280c00fe461ea60101
build: Move description text to separate file.

The three description texts are passed to m4 via -D var=val command
line options, and they are output by the README target. The C
preprocessor does not need them, though.

This patch renames the README file to README.m4, moves the part of the
Makefile which defines the README variable to README.m4 and adjusts
the README rule to run m4 on README.m4 to expand the descriptions.

As as result, the three -D descriptionX options to m4 are now the
only place where the corresponding make variables are used. Since
the values consist of multiple lines, the verbose make output looks
rather messy, so create defs.m4 and include this file before the real
input file is read.

Switch to sane m4 quoting characters while at it.
Makefile
README [deleted file]
README.m4 [new file with mode: 0644]
defs.m4 [new file with mode: 0644]
index.html.m4
micoforia.suite.m4