From: Yann Dirson Date: Wed, 28 Feb 2007 08:41:56 +0000 (+0000) Subject: Add missing files to stgit manifest. X-Git-Tag: v0.13~141 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/82021e1e735c1ec92b41b3b5aca9f2ce1551e287?ds=sidebyside Add missing files to stgit manifest. Many things, including Makefile and all documentation were left out of various packaging because they're not included in the tarball. Signed-off-by: Yann Dirson --- diff --git a/MANIFEST.in b/MANIFEST.in index c720022..6b634e0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README MANIFEST.in AUTHORS COPYING INSTALL ChangeLog TODO +include README Makefile MANIFEST.in AUTHORS COPYING INSTALL ChangeLog TODO include stg-prof include templates/*.tmpl include examples/*.tmpl @@ -6,3 +6,6 @@ include examples/gitconfig include contrib/diffcol.sh include contrib/stgbashprompt.sh include contrib/stgit-completion.bash +include t/t*.sh t/t*/* t/Makefile t/README +include Documentation/*.txt Documentation/Makefile Documentation/*.conf +include Documentation/build-docdep.perl Documentation/callouts.xsl