File: Makefile.am

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (27 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
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
# $Id: Makefile.am,v 1.2 2001/09/20 23:11:11 chipx86 Exp $

info_TEXINFOS = libgnurdf.texi
libgnurdf_TEXINFOS = \
	texinfo.tex \
	alt-functions.texi \
	attribute-functions.texi \
	bag-functions.texi \
	container-functions.texi \
	definitions.texi \
	description-functions.texi \
	element-functions.texi \
	example.texi \
	fileio-functions.texi \
	functions.texi \
	iterator-functions.texi \
	libgnurdf.texi \
	misc-functions.texi \
	namespace-functions.texi \
	property-functions.texi \
	reference.texi \
	schema-functions.texi \
	search-functions.texi \
	seq-functions.texi

EXTRA_DIST = $(libgnurdf_TEXINFOS)