From 4525240feec86b3b9e0d3fe813b897394761832a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Mon, 10 May 2004 12:49:52 +0000 Subject: [PATCH] include examples Makefiles and remove pdf files from the source distribution git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1738 069f4177-920e-0410-937b-c2a4a81bcd90 --- MANIFEST.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1fe30222..dd22edd6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,11 +2,10 @@ include AUTHORS include LICENSE include INSTALL include CHANGES -include manual/manual.pdf manual/Makefile manual/pyx.sty manual/*.tex manual/*.py manual/*.dat -include faq/pyxfaq.pdf faq/Makefile faq/pyxfaq.tex faq/glifaq.dtx faq/glifaq.ins -include examples/examples.pdf +include manual/Makefile manual/pyx.sty manual/*.tex manual/*.py manual/*.dat +include faq/Makefile faq/pyxfaq.tex faq/glifaq.dtx faq/glifaq.ins +include examples/Makefile examples/pyx.sty recursive-include pyx *.c *.h *.py recursive-include pyx/lfs *.lfs createlfs.tex recursive-include contrib * recursive-include examples *.py *.dat -exclude examples/examples.py -- 2.11.4.GIT