Released 1.3.2

Fri Nov 17 15:43:00 2000  Owen Taylor  <otaylor@redhat.com>

        * Released 1.3.2

	* NEWS: Update.

	* tests/Makefile.am (dist-hook): Add code to distribute
	markup test files.
This commit is contained in:
Owen Taylor
2000-11-17 20:44:24 +00:00
committed by Owen Taylor
parent d27d94d46c
commit cc7ce9f9d7
10 changed files with 135 additions and 4 deletions

View File

@@ -3,9 +3,10 @@ INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
EFENCE=
EXTRA_DIST = \
makefile.msc.in \
makefile.mingw.in
EXTRA_DIST = \
makefile.msc.in \
makefile.mingw.in \
run-markup-tests.sh
BUILT_EXTRA_DIST = \
makefile.msc \
@@ -70,4 +71,7 @@ dist-hook: $(BUILT_EXTRA_DIST)
for f in $$files; do \
if test -f $$f; then d=.; else d=$(srcdir); fi; \
cp $$d/$$f $(distdir) || exit 1; done
mkdir $(distdir)/markups; \
for f in $(srcdir)/markups/* ; do \
cp $$f $(distdir)/markups; \
done