projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Release GLib 2.35.1
[platform/upstream/glib.git]
/
docs
/
Makefile.am
1
## Process this file with automake to produce Makefile.in
2
include $(top_srcdir)/Makefile.decl
3
4
SUBDIRS = reference
5
6
EXTRA_DIST += debugging.txt macros.txt
7
8
files:
9
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
10
echo $$p; \
11
done