mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
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)
|