mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
14 lines
272 B
Makefile
14 lines
272 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
include $(top_srcdir)/Makefile.decl
|
|
|
|
if ENABLE_GTK_DOC
|
|
SUBDIRS = reference
|
|
endif
|
|
|
|
EXTRA_DIST += debugging.txt macros.txt
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|