mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
8cc4771fa2
Tue Sep 5 20:16:27 2000 Owen Taylor <otaylor@redhat.com> * configure.in docs/Makefile.am: Add gtk-doc checks for newly added docs/reference/ subdir.
13 lines
229 B
Makefile
13 lines
229 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = reference
|
|
|
|
man_MANS = glib-config.1
|
|
|
|
EXTRA_DIST = glib-config.1.in
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|