Add libguestfs(3) as an alias manpage for guestfs(3).
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 13:51:06 +0000 (14:51 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 13:51:06 +0000 (14:51 +0100)
Makefile.am
libguestfs.3 [new file with mode: 0644]

index 142cf3e..1cb2299 100644 (file)
@@ -61,13 +61,14 @@ EXTRA_DIST = \
        contrib/febootstrap/install.title \
        contrib/febootstrap/install.html \
        contrib/febootstrap/install.sh \
        contrib/febootstrap/install.title \
        contrib/febootstrap/install.html \
        contrib/febootstrap/install.sh \
-       bindtests
+       bindtests \
+       libguestfs.3
 
 # Manual pages.
 # guestfs-actions.pod and guestfs-structs are autogenerated.  There is
 # no include mechanism for POD, so we have to do it by hand.
 
 
 # Manual pages.
 # guestfs-actions.pod and guestfs-structs are autogenerated.  There is
 # no include mechanism for POD, so we have to do it by hand.
 
-man_MANS = guestfs.3 guestfish.1
+man_MANS = guestfs.3 libguestfs.3 guestfish.1
 
 guestfs.3: guestfs.pod guestfs-actions.pod guestfs-structs.pod
        sed \
 
 guestfs.3: guestfs.pod guestfs-actions.pod guestfs-structs.pod
        sed \
diff --git a/libguestfs.3 b/libguestfs.3
new file mode 100644 (file)
index 0000000..548f8cd
--- /dev/null
@@ -0,0 +1 @@
+.so man3/guestfs.3