diff options
| author | 2001-05-14 01:05:58 +0000 | |
|---|---|---|
| committer | 2001-05-14 01:05:58 +0000 | |
| commit | e02dee488a2c3c3ea8374e7bd49e59176eab32dd (patch) | |
| tree | aacc99ac9584e29b2477db7acc3f5e27d54803c3 /doc/Makefile.am | |
| parent | Fix macros so that they actually work. (diff) | |
Handle generation number is not automatically advanced with bus reset.
Function raw1394_update_generation() added for manual update.
Bus reset handler get current generation number as argument.
Default bus reset handler calls raw1394_update_generation().
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@60 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
| -rw-r--r-- | doc/Makefile.am | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f639a2c..36f2d80 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,30 @@ +EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394 libraw1394.ps + # man files for testlibraw man_MANS = testlibraw.1 -EXTRA_DIST = testlibraw.1.in + +# libraw1394 docbook documentation + +CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \ + libraw1394.tex libraw1394.pdf + +MAINTAINERCLEANFILES = libraw1394.ps + +maintainer-clean-local: + rm -rf libraw1394 + +doc: psdoc pdfdoc htmldoc +psdoc: libraw1394.ps +pdfdoc: libraw1394.pdf +htmldoc: libraw1394/book1.html + +.PHONY: doc psdoc pdfdoc htmldoc + +libraw1394.ps: libraw1394.sgml + db2ps $< + +libraw1394.pdf: libraw1394.sgml + db2pdf $< + +libraw1394/book1.html: libraw1394.sgml + db2html $< |
