7b7b655e6e
cookbook.xsl was not in EXTRA_DIST, so the cookbook was not buildable with released tarballs.
11 lines
129 B
Makefile
11 lines
129 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
common.xsl \
|
|
cookbook.xsl \
|
|
devhelp.xsl \
|
|
html.xsl \
|
|
ref-html-style.xsl \
|
|
style.css \
|
|
$(NULL)
|