projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
94c43be7648ce7b94c38e6001b2f01d39d46204d
[platform/upstream/glib.git]
/
docs
/
Makefile.am
1
## Process this file with automake to produce Makefile.in
2
3
info_TEXINFOS = glib.texi
4
5
man_MANS = glib-config.1
6
7
EXTRA_DIST = glib-config.1 \
8
glib.html \
9
glib_toc.html
10
11
glib.html:
12
texi2html glib.texi
13
14
glib_toc.html:
15
texi2html glib.texi
16
17
files:
18
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
19
echo $$p; \
20
done