summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-12 12:09:43 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-12 12:09:43 +0100
commit4680c89964492834551a2c8716cccb6d65b57f14 (patch)
treef2e3d6171cb4541df047ec53cd0c2ef060b16ba6 /Makefile.in
parent20afbd9ba7055428a8ddfc13bba2e357836b461b (diff)
downloadvirt-top-4680c89964492834551a2c8716cccb6d65b57f14.tar.gz
virt-top-4680c89964492834551a2c8716cccb6d65b57f14.tar.xz
virt-top-4680c89964492834551a2c8716cccb6d65b57f14.zip
Update MANIFEST and fix 'make dist'.
make dist now copies the generated manual pages into the tarball, so that we don't have to keep these generated files in git.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ef2eadc..beacf76 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,6 +50,8 @@ dist: ChangeLog
mkdir $(PACKAGE)-$(VERSION)
tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf -
$(INSTALL) -m 0755 configure $(PACKAGE)-$(VERSION)/
+ $(INSTALL) -m 0644 virt-top/virt-top.1 $(PACKAGE)-$(VERSION)/virt-top/
+ $(INSTALL) -m 0644 virt-top/virt-top.txt $(PACKAGE)-$(VERSION)/virt-top/
tar zcf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
ls -l $(PACKAGE)-$(VERSION).tar.gz