8 lines
86 B
Makefile
8 lines
86 B
Makefile
|
TEMPLATES = \
|
||
|
debug.html \
|
||
|
default.html \
|
||
|
stats.html
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(TEMPLATES)
|