arabica/Makefile.am

32 lines
896 B
Text
Raw Normal View History

2006-09-12 23:21:48 +02:00
ACLOCAL_AMFLAGS = -I m4
SUBDIRS=include src examples tests
2006-09-12 23:21:48 +02:00
DIST_SUBDIRS=include src examples tests
2010-10-23 01:16:43 +02:00
EXTRA_DIST=vs7 \
vs8 \
vs9 \
vs10 \
2010-01-14 12:26:23 +01:00
doc \
tests/DOM/conformance \
2007-08-28 03:57:56 +02:00
tests/XSLT/testsuite \
2006-09-12 23:21:48 +02:00
src/SAX/wrappers/saxexpat.cpp \
src/SAX/wrappers/saxlibxml2.cpp \
src/SAX/wrappers/saxxerces.cpp \
src/convert/impl/codecvt_specialisations.cpp
2010-01-14 12:26:23 +01:00
2006-09-12 23:21:48 +02:00
dist-hook:
2010-01-14 12:26:23 +01:00
find $(distdir) -print | grep \.bzr | xargs rm -rf
2006-09-12 23:21:48 +02:00
find $(distdir) -print | grep \.svn | xargs rm -rf
2010-01-14 12:26:23 +01:00
rm -f $(distdir)/include/SAX/ArabicaConfig.hpp
2006-09-12 23:21:48 +02:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = arabica.pc
2006-09-12 23:21:48 +02:00
2007-07-19 19:05:18 +02:00
docs:
2007-09-11 10:32:05 +02:00
cd doc && doxygen arabica.dox
2007-07-19 19:05:18 +02:00
@echo "------------------------------------------------------------"
@echo "Generated documents to ./doc/html"
@echo "------------------------------------------------------------"