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

20 lines
449 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
2003-05-13 00:14:37 +00:00
prune dist
2003-06-02 15:20:42 +00:00
prune doc
2005-12-19 13:00:25 +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
exclude myhdl/test/toVerilog/*.v
2006-10-04 15:15:32 +00:00
exclude myhdl/test/toVerilog/*.vhd
2006-10-04 15:21:24 +00:00
exclude example/cookbook/nco