You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
SUBDIRS = src data man
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
Makefile.in \
|
|
|
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
|
|
|
|
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
|
|
|
|
aclocal.m4 \
|
|
|
|
config.guess \
|
|
|
|
terminology_config.h.in \
|
|
|
|
config.sub \
|
|
|
|
configure \
|
|
|
|
compile \
|
|
|
|
depcomp \
|
|
|
|
install-sh \
|
|
|
|
ltconfig \
|
|
|
|
ltmain.sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs \
|
|
|
|
stamp-h.in \
|
|
|
|
stamp-h \
|
|
|
|
m4/libtool.m4 \
|
|
|
|
m4/lt~obsolete.m4 \
|
|
|
|
m4/ltoptions.m4 \
|
|
|
|
m4/ltsugar.m4 \
|
|
|
|
m4/ltversion.m4
|
|
|
|
|
|
|
|
EXTRA_DIST = README AUTHORS COPYING autogen.sh terminology.spec pkgbuild/PKGBUILD
|
|
|
|
|
|
|
|
.PHONY: doc
|
|
|
|
|
|
|
|
doc:
|
|
|
|
@echo "Empty doc target until we have real documentation."
|