summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: 94c43be7648ce7b94c38e6001b2f01d39d46204d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

info_TEXINFOS = glib.texi

man_MANS = glib-config.1

EXTRA_DIST = glib-config.1	\
	     glib.html 		\
	     glib_toc.html

glib.html:
	texi2html glib.texi

glib_toc.html:
	texi2html glib.texi

files:
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
	  echo $$p; \
	done