some build stuff

This commit is contained in:
2018-05-02 13:46:39 +02:00
parent 17d1d5e3d7
commit 958e97a666
14 changed files with 162 additions and 0 deletions

12
m4/macros.m4 Normal file
View File

@ -0,0 +1,12 @@
define(`HEADER', `
<html>
<head>
<title>my homepage</title>
</head>
<body>
')
define(`FOOTER', `
</body>
</html>
')
define(`ABSTRACT', `')