fix Makefiles
This commit is contained in:
parent
de8302e5d8
commit
da7382743e
@ -1,8 +1,8 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
generate: index css
|
generate: index.html css/index.html
|
||||||
|
|
||||||
index: \
|
index.html: \
|
||||||
index.m4 \
|
index.m4 \
|
||||||
announcement.m4 \
|
announcement.m4 \
|
||||||
contact.m4 \
|
contact.m4 \
|
||||||
@ -20,7 +20,7 @@ trinitisms.m4 \
|
|||||||
zelda.m4
|
zelda.m4
|
||||||
m4 index.m4 >index.html
|
m4 index.m4 >index.html
|
||||||
|
|
||||||
css: head.m4 css/index.m4
|
css/index.html: head.m4 css/index.m4
|
||||||
make -C css
|
make -C css
|
||||||
|
|
||||||
.PHONY: generate
|
.PHONY: generate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
css: index.m4 ../head.m4
|
index.html: index.m4 ../head.m4
|
||||||
m4 index.m4 >index.html
|
m4 index.m4 >index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user