1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/MANIFEST.in

23 lines
498 B
Plaintext
Raw Normal View History

2003-01-23 23:21:31 +00:00
global-include *.py
global-include *.txt
2003-02-13 21:09:21 +00:00
global-include *.pdf
2003-05-13 00:14:37 +00:00
global-include *.ps
global-include *.c
global-include Makefile
2004-12-29 20:56:13 +00:00
global-include makefile*
global-include *.v
2006-12-28 10:20:33 +00:00
global-include *.vhd
2008-08-24 17:26:12 +02:00
prune .hg
2003-05-13 00:14:37 +00:00
prune dist
2003-06-02 15:20:42 +00:00
prune doc
2008-03-27 16:55:19 +00:00
prune olddoc
2006-10-04 15:28:04 +00:00
#graft doc/html/manual
2005-11-19 15:37:59 +00:00
#graft doc/html/icons
#graft doc/html/whatsnew*
2006-10-04 15:15:32 +00:00
#include doc/paper-a4/MyHDL.pdf
#include doc/paper-letter/MyHDL.pdf
2003-08-08 21:51:50 +00:00
prune myhdl/experiments
2008-08-24 17:26:12 +02:00
exclude myhdl/test/conversion/*/*.v
exclude myhdl/test/conversion/*/*.vhd
2006-12-28 10:20:33 +00:00
prune example/cookbook/nco