summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar aeb 2001-05-14 01:05:58 +0000
committerGravatar aeb 2001-05-14 01:05:58 +0000
commite02dee488a2c3c3ea8374e7bd49e59176eab32dd (patch)
treeaacc99ac9584e29b2477db7acc3f5e27d54803c3 /Makefile.am
parentFix 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 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8906592..9d16681 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,19 @@ aclocal_DATA = libraw1394.m4
EXTRA_DIST = libraw1394.m4
+doc: psdoc pdfdoc htmldoc
+
+psdoc:
+ $(MAKE) -C doc psdoc
+
+pdfdoc:
+ $(MAKE) -C doc pdfdoc
+
+htmldoc:
+ $(MAKE) -C doc htmldoc
+
+.PHONY: doc psdoc pdfdoc htmldoc
+
# make required device file
dev:
mknod -m 600 /dev/raw1394 c 171 0