diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-13 15:17:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-13 15:17:55 +0000 |
commit | b808c1dd9d85c22c2e93754f427ac0901b87b0f8 (patch) | |
tree | b15febb5f7e23b73c1403353ec6f3287981259dd /Makefile.am | |
parent | 07e19b35aba03d10eb0e8f0fb66ecf8cc1697988 (diff) | |
download | libxslt-b808c1dd9d85c22c2e93754f427ac0901b87b0f8.tar.gz libxslt-b808c1dd9d85c22c2e93754f427ac0901b87b0f8.tar.bz2 libxslt-b808c1dd9d85c22c2e93754f427ac0901b87b0f8.zip |
included OpenVMS port instructions from John A Fotheringham, integrated in
* vms/* Makefile.am: included OpenVMS port instructions from
John A Fotheringham, integrated in the tar file.
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f98d750e..8304ebb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config dist-hook: libxslt.spec - (cd $(srcdir) ; tar -cf - --exclude CVS win32) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar -cf - --exclude CVS win32 vms) | (cd $(distdir); tar xf -) EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ FEATURES TODO COPYING.LIB Copyright IPR \ |