@@ -25,66 +25,66 @@ help:
2525 @echo " linkcheck to check all external links for integrity"
2626
2727docs/conf.py.txt : docs/conf.py
28- python3 src/ pylit.py docs/conf.py
28+ python3 pylit.py docs/conf.py
2929
3030docs/examples/setup.py.txt : setup.py
31- python3 src/ pylit.py setup.py docs/examples/setup.py.txt
31+ python3 pylit.py setup.py docs/examples/setup.py.txt
3232
33- docs/examples/pylit.py.txt : src/ pylit.py
34- python3 src/ pylit.py src/ pylit.py docs/examples/pylit.py.txt
33+ docs/examples/pylit.py.txt : pylit.py
34+ python3 pylit.py pylit.py docs/examples/pylit.py.txt
3535
3636docs/examples/pylit_test.py.txt : test/pylit_test.py
37- python3 src/ pylit.py --comment-string=' ## ' test/pylit_test.py docs/examples/pylit_test.py.txt
37+ python3 pylit.py --comment-string=' ## ' test/pylit_test.py docs/examples/pylit_test.py.txt
3838
3939docs/tutorial/hello.py.txt : docs/tutorial/hello.py
40- python3 src/ pylit.py docs/tutorial/hello.py
40+ python3 pylit.py docs/tutorial/hello.py
4141
4242docs/tutorial/hello_2.py : docs/tutorial/hello_2.py.txt
43- python3 src/ pylit.py docs/tutorial/hello_2.py.txt
43+ python3 pylit.py docs/tutorial/hello_2.py.txt
4444
4545docs/tutorial/hello_with_header.py : docs/tutorial/hello_with_header.py.txt
46- python3 src/ pylit.py docs/tutorial/hello_with_header.py.txt
46+ python3 pylit.py docs/tutorial/hello_with_header.py.txt
4747
4848docs/tutorial/hello_with_doctest.py.txt : docs/tutorial/hello_with_doctest.py
49- python3 src/ pylit.py --doctest docs/tutorial/hello_with_doctest.py
50- python3 src/ pylit.py docs/tutorial/hello_with_doctest.py
49+ python3 pylit.py --doctest docs/tutorial/hello_with_doctest.py
50+ python3 pylit.py docs/tutorial/hello_with_doctest.py
5151
5252docs/tutorial/hello_with_doctest_2.py.txt : docs/tutorial/hello_with_doctest_2.py
53- python3 src/ pylit.py --doctest docs/tutorial/hello_with_doctest_2.py
54- python3 src/ pylit.py docs/tutorial/hello_with_doctest_2.py
53+ python3 pylit.py --doctest docs/tutorial/hello_with_doctest_2.py
54+ python3 pylit.py docs/tutorial/hello_with_doctest_2.py
5555
5656docs/tutorial/greeting.py.txt : docs/tutorial/greeting.py
57- python3 src/ pylit.py docs/tutorial/greeting.py
57+ python3 pylit.py docs/tutorial/greeting.py
5858
5959docs/tutorial/hello_multifile.py.txt : docs/tutorial/hello_multifile.py docs/tutorial/greeting.py.txt
60- python3 src/ pylit.py docs/tutorial/hello_multifile.py
60+ python3 pylit.py docs/tutorial/hello_multifile.py
6161
6262docs/examples/simplestates.py : docs/examples/simplestates.py.txt
63- python3 src/ pylit.py docs/examples/simplestates.py.txt
63+ python3 pylit.py docs/examples/simplestates.py.txt
6464
6565docs/examples/simplestates_test.py : docs/examples/simplestates_test.py.txt
66- python3 src/ pylit.py docs/examples/simplestates_test.py.txt
66+ python3 pylit.py docs/examples/simplestates_test.py.txt
6767 (cd docs/examples; python3 simplestates_test.py)
6868
6969docs/examples/iterqueue.py : docs/examples/iterqueue.py.txt
70- python3 src/ pylit.py docs/examples/iterqueue.py.txt
71- (cd docs/examples; python3 ../../src/ pylit.py --doctest iterqueue.py.txt)
70+ python3 pylit.py docs/examples/iterqueue.py.txt
71+ (cd docs/examples; python3 ../../pylit.py --doctest iterqueue.py.txt)
7272
7373docs/examples/iterqueue_test.py : docs/examples/iterqueue_test.py.txt
74- python3 src/ pylit.py docs/examples/iterqueue_test.py.txt
74+ python3 pylit.py docs/examples/iterqueue_test.py.txt
7575 (cd docs/examples; python3 iterqueue_test.py)
7676
7777docs/examples/iterqueue_speed_test.py : docs/examples/iterqueue_speed_test.py.txt
78- python3 src/ pylit.py docs/examples/iterqueue_speed_test.py.txt
78+ python3 pylit.py docs/examples/iterqueue_speed_test.py.txt
7979 (cd docs/examples; python3 iterqueue_speed_test.py)
8080
8181docs/examples/testfile_literate.py : docs/examples/testfile_literate.py.txt
82- python3 src/ pylit.py docs/examples/testfile_literate.py.txt
82+ python3 pylit.py docs/examples/testfile_literate.py.txt
8383 (cd docs/examples; python3 -m doctest -v testfile_literate.py.txt )
8484
8585docs/examples/testmod_literate.py : docs/examples/testmod_literate.py.txt
86- python3 src/ pylit.py docs/examples/testmod_literate.py.txt
87- (cd docs/examples; PYTHONPATH=../../src python3 testmod_literate.py )
86+ python3 pylit.py docs/examples/testmod_literate.py.txt
87+ (cd docs/examples; PYTHONPATH=../.. python3 testmod_literate.py )
8888
8989OTHERS = docs/conf.py.txt \
9090 docs/examples/pylit.py.txt \
0 commit comments