mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -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
|
Reference in New Issue
Block a user