summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--MANIFEST7
-rw-r--r--Makefile.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 43438b5..5074ae0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,7 @@ m4/ocaml.m4
po/as.po
po/de.po
po/es.po
+po/fr.po
po/gu.po
po/it.po
po/ja.po
@@ -25,6 +26,7 @@ po/LINGUAS
po/Makefile.in
po/ml.po
po/mr.po
+po/nl.po
po/or.po
po/pl.po
po/pt_BR.po
@@ -32,16 +34,17 @@ po/pt.po
po/POTFILES
po/ru.po
po/te.po
+po/uk.po
po/virt-top.pot
po/zh_CN.po
+po/zh_TW.po
README
TODO
+.tx/config
virt-top/.depend
virt-top/Makefile.in
virt-top/README
-virt-top/virt-top.1
virt-top/virt-top.pod
-virt-top/virt-top.txt
virt-top/virt_top.ml
virt-top/virt_top.mli
virt-top/virt_top_calendar1.ml
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