mirror of
https://github.com/jezhiggins/arabica
synced 2025-02-05 20:45:56 +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/saxexpat.cpp \
|
||||||
src/SAX/wrappers/saxlibxml2.cpp \
|
src/SAX/wrappers/saxlibxml2.cpp \
|
||||||
src/SAX/wrappers/saxxerces.cpp \
|
src/SAX/wrappers/saxxerces.cpp \
|
||||||
src/Utils/impl/codecvt_specialisations.cpp
|
src/convert/impl/codecvt_specialisations.cpp
|
||||||
dist-hook:
|
dist-hook:
|
||||||
find $(distdir) -print | grep \.svn | xargs rm -rf
|
find $(distdir) -print | grep \.svn | xargs rm -rf
|
||||||
find $(distdir) -print | grep \~$ | xargs rm -rf
|
find $(distdir) -print | grep \~$ | xargs rm -rf
|
||||||
rm $(distdir)/include/SAX/ArabicaConfig.hpp
|
rm $(distdir)/include/SAX/ArabicaConfig.hpp
|
||||||
|
|
||||||
pkgconfigdir = src/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = arabica.pc
|
pkgconfig_DATA = arabica.pc
|
||||||
|
|
||||||
docs:
|
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])
|
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
||||||
|
|
||||||
|
|
|
@ -11,16 +11,16 @@ LIBSILLY = ../CppUnit/libsillystring.la
|
||||||
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
|
TESTLIBS = $(LIBARABICA) ../CppUnit/libcppunit.la
|
||||||
|
|
||||||
test_sources = dom_test_suite.hpp \
|
test_sources = dom_test_suite.hpp \
|
||||||
test_Attribute.h \
|
test_Attribute.hpp \
|
||||||
test_CDATA.hpp \
|
test_CDATA.hpp \
|
||||||
test_CharacterData.hpp \
|
test_CharacterData.hpp \
|
||||||
test_DOMImplementation.h \
|
test_DOMImplementation.hpp \
|
||||||
test_Document.h \
|
test_Document.hpp \
|
||||||
test_DocumentFragment.h \
|
test_DocumentFragment.hpp \
|
||||||
test_DocumentType.h \
|
test_DocumentType.hpp \
|
||||||
test_Element.h \
|
test_Element.hpp \
|
||||||
test_ProcessingInstruction.h \
|
test_ProcessingInstruction.hpp \
|
||||||
test_Siblings.h \
|
test_Siblings.hpp \
|
||||||
test_Text.hpp \
|
test_Text.hpp \
|
||||||
test_SAX2DOM.hpp \
|
test_SAX2DOM.hpp \
|
||||||
test_TreeWalker.hpp
|
test_TreeWalker.hpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue