some build stuff
This commit is contained in:
12
m4/macros.m4
Normal file
12
m4/macros.m4
Normal file
@ -0,0 +1,12 @@
|
||||
define(`HEADER', `
|
||||
<html>
|
||||
<head>
|
||||
<title>my homepage</title>
|
||||
</head>
|
||||
<body>
|
||||
')
|
||||
define(`FOOTER', `
|
||||
</body>
|
||||
</html>
|
||||
')
|
||||
define(`ABSTRACT', `')
|
Reference in New Issue
Block a user