mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
sorted out makefiles to fix dist targets
This commit is contained in:
parent
2a61c8f9df
commit
77fdf64971
3 changed files with 11 additions and 11 deletions
|
@ -30,13 +30,13 @@ EXTRA_DIST=vs7 \
|
|||
src/SAX/wrappers/saxexpat.cpp \
|
||||
src/SAX/wrappers/saxlibxml2.cpp \
|
||||
src/SAX/wrappers/saxxerces.cpp \
|
||||
src/Utils/impl/codecvt_specialisations.cpp
|
||||
src/convert/impl/codecvt_specialisations.cpp
|
||||
dist-hook:
|
||||
find $(distdir) -print | grep \.svn | xargs rm -rf
|
||||
find $(distdir) -print | grep \~$ | xargs rm -rf
|
||||
rm $(distdir)/include/SAX/ArabicaConfig.hpp
|
||||
|
||||
pkgconfigdir = src/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = arabica.pc
|
||||
|
||||
docs:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([Arabica], [Aug2007], [jez@jezuk.co.uk])
|
||||
AC_INIT([Arabica], [Sept2007], [jez@jezuk.co.uk])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
||||
|
||||
|
|
|
@ -11,16 +11,16 @@ LIBSILLY = ../CppUnit/libsillystring.la
|
|||
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
|
||||
|
||||
test_sources = dom_test_suite.hpp \
|
||||
test_Attribute.h \
|
||||
test_Attribute.hpp \
|
||||
test_CDATA.hpp \
|
||||
test_CharacterData.hpp \
|
||||
test_DOMImplementation.h \
|
||||
test_Document.h \
|
||||
test_DocumentFragment.h \
|
||||
test_DocumentType.h \
|
||||
test_Element.h \
|
||||
test_ProcessingInstruction.h \
|
||||
test_Siblings.h \
|
||||
test_DOMImplementation.hpp \
|
||||
test_Document.hpp \
|
||||
test_DocumentFragment.hpp \
|
||||
test_DocumentType.hpp \
|
||||
test_Element.hpp \
|
||||
test_ProcessingInstruction.hpp \
|
||||
test_Siblings.hpp \
|
||||
test_Text.hpp \
|
||||
test_SAX2DOM.hpp \
|
||||
test_TreeWalker.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue