# If we don't build the client, there's no need to install anything from the # art directory. if BUILD_CLIENT SUBDIRS = art doc levels macros src else SUBDIRS = doc levels macros src endif docdir = @docdir@ doc_DATA = COPYING README EXTRA_DIST = $(doc_DATA) autogen.sh AUTOMAKE_OPTIONS = 1.5 dist-bzip2 # should be kept in sync with autogen.sh ACLOCAL_AMFLAGS = -I macros # Create Debian package dist-deb: rm -f debian ln -s dist/debian debian dpkg-buildpackage -rfakeroot -us -uc rm -f debian