arabica/Makefile.am

32 lines
896 B
Text
Raw Normal View History

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