summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: db06cafbbba9880ff9625b2ecd8f343ea145f5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to produce Makefile.in

info_TEXINFOS = gdk.texi gtk.texi glib.texi

EXTRA_DIST =	\
	texinfo.tex 		\
	macros.texi		\
	Makefile.sgml		\
	gtkdocs_fix		\
	gtkfaq.sgml		\
	gtk_tut.sgml		\
	gtk_tut_it.sgml		\
	debugging.txt		\
	developers.txt		\
	refcounting.txt		\
	styles.txt		\
	text_widget.txt 	\
	widget_system.txt 	\
	gtk_tut_packbox1.gif 	\
	gtk_tut_packbox2.gif 	\
	gtk_tut_table.gif

	

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