12 lines
147 B
Makefile
12 lines
147 B
Makefile
DIAGRAMS=linkorder.png beamorder.png
|
|
|
|
all : dp.html dp-ns4.html
|
|
|
|
dp.html: dp.wml $(DIAGRAMS)
|
|
|
|
dp-ns4.html: dp.wml $(DIAGRAMS)
|
|
|
|
include ../lib.mk
|
|
|
|
|