mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
14 lines
233 B
Makefile
14 lines
233 B
Makefile
|
|
SUBDIRS = data src po doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update \
|
|
po/stamp-it \
|
|
po/.intltool-merge-cache
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|