nearly distclean
This commit is contained in:
		| @@ -35,13 +35,13 @@ MAINTAINERCLEANFILES = makefile.in | |||||||
| distclean-local: | distclean-local: | ||||||
| 	- rm -r html latex | 	- rm -r html latex | ||||||
|  |  | ||||||
| dist-hook: | dist-hook: html | ||||||
| 	cp html/* ${develdir} | 	cp -r html ${distdir}/ | ||||||
|  |  | ||||||
| install-data-hook: | install-data-hook: | ||||||
| 	chmod -R u+w ${develdir} | 	chmod -R u+w ${develdir} | ||||||
| 	cp html/* ${develdir} | 	cp html/* ${develdir} | ||||||
|  |  | ||||||
| uninstall-hook: | #uninstall-hook: | ||||||
| 	chmod -R u+w ${develdir} | #	chmod -R u+w ${develdir} | ||||||
| 	rm -rf ${develdir} | #	rm -rf ${develdir} | ||||||
|   | |||||||
| @@ -5,8 +5,9 @@ | |||||||
| ##       1         2         3         4         5         6         7         8 | ##       1         2         3         4         5         6         7         8 | ||||||
| ## 45678901234567890123456789012345678901234567890123456789012345678901234567890 | ## 45678901234567890123456789012345678901234567890123456789012345678901234567890 | ||||||
|  |  | ||||||
|  | AM_CXXFLAGS += -I ${top_srcdir}/src | ||||||
| lib_LTLIBRARIES = libxml-cxx.la | lib_LTLIBRARIES = libxml-cxx.la | ||||||
| include_HEADERS = xml.hxx | nobase_include_HEADERS = xml-cxx/xml.hxx | ||||||
|  |  | ||||||
| libxml_cxx_la_SOURCES = xml.cxx | libxml_cxx_la_SOURCES = xml.cxx | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| //       1         2         3         4         5         6         7         8 | //       1         2         3         4         5         6         7         8 | ||||||
| // 45678901234567890123456789012345678901234567890123456789012345678901234567890 | // 45678901234567890123456789012345678901234567890123456789012345678901234567890 | ||||||
|  |  | ||||||
| #include <xml.hxx> | #include <xml-cxx/xml.hxx> | ||||||
| #include <iostream> | #include <iostream> | ||||||
| #include <sstream> | #include <sstream> | ||||||
| #include <cstdlib> | #include <cstdlib> | ||||||
|   | |||||||
| @@ -1,4 +1,11 @@ | |||||||
| #include <xml.hxx> | /*! @file | ||||||
|  |  | ||||||
|  |     @id $Id$ | ||||||
|  | */ | ||||||
|  | //       1         2         3         4         5         6         7         8 | ||||||
|  | // 45678901234567890123456789012345678901234567890123456789012345678901234567890 | ||||||
|  |  | ||||||
|  | #include <xml-cxx/xml.hxx> | ||||||
| #include <cppunit/TestFixture.h> | #include <cppunit/TestFixture.h> | ||||||
| #include <cppunit/ui/text/TestRunner.h> | #include <cppunit/ui/text/TestRunner.h> | ||||||
| #include <cppunit/extensions/HelperMacros.h> | #include <cppunit/extensions/HelperMacros.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user