mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
609944ee0f
Tue Jan 8 11:33:28 2002 Owen Taylor <otaylor@redhat.com> * docs/Makefile.am (EXTRA_DIST): Add text files to EXTRA_DIST. (#68239, Matthias Clasen)
11 lines
228 B
Makefile
11 lines
228 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = reference
|
|
|
|
EXTRA_DIST = debugging.txt macros.txt Changes-2.0.txt
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|