Commit ace24fc5 authored by Martín Ferrari's avatar Martín Ferrari

Update MANIFEST.

parent 3c2604a6
BUILDING.md
COPYING COPYING
DEPENDENCIES docs/protocol.txt
docs/sample-api.txt
docs/X11Forwarding.md
examples/sample.py examples/sample.py
Makefile Makefile
protocol.txt README.md
sample-api.txt
setup.cfg setup.cfg
setup.py setup.py
src/nemu/environ.py src/nemu/environ.py
...@@ -21,3 +23,4 @@ test/test_routing.py ...@@ -21,3 +23,4 @@ test/test_routing.py
test/test_subprocess.py test/test_subprocess.py
test/test_switch.py test/test_switch.py
test/test_util.py test/test_util.py
TODO.md
...@@ -64,7 +64,8 @@ distclean: clean ...@@ -64,7 +64,8 @@ distclean: clean
rm -rf "$(DISTDIR)" rm -rf "$(DISTDIR)"
MANIFEST: distclean MANIFEST: distclean
find . -path ./.hg -prune -o -path ./build -prune -o \ find . -path ./.git\* -prune -o -path ./build -prune -o \
-path ./docs/debconf-talk -prune -o \
-path ./benchmarks -prune -o \ -path ./benchmarks -prune -o \
-name \*.pyc -prune -o -name \*.swp -prune -o \ -name \*.pyc -prune -o -name \*.swp -prune -o \
-name MANIFEST -prune -o -name .hg\* -prune -o \ -name MANIFEST -prune -o -name .hg\* -prune -o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment