Add C source to manifest (quixote/MANIFEST.in)
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 09 Jan 2003 09:14:04 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote In directory hewson:/tmp/cvs-serv21485 Modified Files: MANIFEST.in Log Message: Add C source to manifest Index: MANIFEST.in =================================================================== RCS file: /home/cvs/quixote/MANIFEST.in,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- MANIFEST.in 7 Jan 2003 19:59:49 -0000 1.16 +++ MANIFEST.in 9 Jan 2003 14:14:02 -0000 1.17 @@ -3,5 +3,5 @@ include README LICENSE MANIFEST.in CHANGES TODO ACKS recursive-include demo *.cgi *.conf *.sh recursive-include doc *.txt *.html +recursive-include src *.c prune test -prune src