mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
64fca344e3
2001-06-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * docs/Makefile.am, configure.in: Remove docs/glib-config.1.in.
9 lines
172 B
Makefile
9 lines
172 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = reference
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|