glib/docs/Makefile.am

13 lines
229 B
Makefile
Raw Normal View History

## 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