X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=8e2b49d64fd6c9610e5beb37c5c1f848a8deed80;hp=d9000610952b7ecf0f5ecb6a7b347cbd7ffb6af3;hb=843514eef9dc6d04d71e031ba9ddb16e2beb9a04;hpb=64a5ae0e969754c709974104a83e6d1dbb4c2764 diff --git a/Makefile.am b/Makefile.am index d900061..8e2b49d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ SUBDIRS = src daemon fish examples EXTRA_DIST = \ make-initramfs.sh update-initramfs.sh \ - guestfs.pod guestfs-actions.pod + guestfs.pod guestfs-actions.pod \ + libguestfs.spec \ + HACKING # Build the root filesystem. # Currently this is arch-dependent, so it seems like putting it in @@ -65,6 +67,7 @@ guestfs.3: guestfs.pod guestfs-actions.pod $(POD2MAN) \ --section 3 \ -c "Virtualization Support" \ + --name "guestfs" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ > $@