summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: 20e6cbc12e33f4643486b0187c4f7d7543dc9ef4 (plain) (blame)
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
29
30
31
32
33
EXTRA_DIST = testlibraw.1.in sendiso.1.in dumpiso.1.in isodump.5.in \
	libraw1394.sgml

# man files for testlibraw
man_MANS = testlibraw.1 sendiso.1 dumpiso.1 isodump.5

# libraw1394 docbook documentation

CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
	libraw1394.tex libraw1394.pdf

MAINTAINERCLEANFILES = Makefile.in libraw1394.ps

maintainer-clean-local:
	rm -rf libraw1394

doc: psdoc pdfdoc htmldoc
psdoc: libraw1394.ps
pdfdoc: libraw1394.pdf
htmldoc: libraw1394

.PHONY: doc psdoc pdfdoc htmldoc

libraw1394.ps: libraw1394.sgml
	db2ps $<

libraw1394.pdf: libraw1394.sgml
	db2pdf $<

libraw1394: libraw1394.sgml
	db2html $<
#	rm -rf $@
#	mv libraw1394 $@
4/commit/src/raw1394_private.h?h=v3.0.0-mcgoron-dev&id=ce3cc1bd34bb2f450b231ffc92765f88d3422cad&follow=1'>back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488