comments on logfiles
This commit is contained in:
12
plain/Makefile
Normal file
12
plain/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
include ../m4/mkfile.mk
|
||||
|
||||
|
||||
%.html : %.m4
|
||||
m4 ../m4/macros.m4 $< > $@
|
||||
|
||||
|
||||
logfile.html: logfile.m4
|
||||
|
||||
.PHONY: cleanplain
|
||||
cleanplain:
|
||||
-rm -f logfile.html
|
Reference in New Issue
Block a user