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