summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2003-02-01 05:44:13 +0000
committerBrian Jones <cbj@gnu.org>2003-02-01 05:44:13 +0000
commit4a8749b95b8920fa625f4365c3f932d0caa89fb6 (patch)
treeb7f3e4b101270f343fa15066f5b543a13393248a /Makefile.am
parenta286d8e992bbc0a6180638df2bfb55e433642b78 (diff)
downloadclasspath-4a8749b95b8920fa625f4365c3f932d0caa89fb6.tar.gz
* external/README: new file
* external/jaxp: import Classpathx JAXP from January 31, 2003 CVS * LICENSE: new file * Makefile.am: distribute LICENSE, external/jaxp/source * lib/Makefile.am: add external/jaxp/source to classpath; removed -target 1.1 from jikes invocation * lib/gen-classlist.sh.in: add external/jaxp/source to directories to search * doc/api/Makefile.am: add external/jaxp/source to source path
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a28aaf80f..908858611 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ SUBDIRS = lib doc gnu java javax native resource vm
native: lib
-EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath
+EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE
DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc
@@ -13,6 +13,9 @@ dist-hook:
-$(mkinstalldirs) $(distdir)/include
-cp -f $(top_srcdir)/include/*.in $(distdir)/include
-cp -f $(top_srcdir)/include/*.h $(distdir)/include
+ -$(mkinstalldirs) $(distdir)/external/jaxp
+ -cp -f $(top_srcdir)/external/README $(distdir)/external
+ -cp -f --parents $(top_srcdir)/external/jaxp $(distdir)/external/jaxp
ChangeLog:
cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf