8000 minor bug in Makefile · cheoljoo/doxygen_perlmod_python@b2cd5bb · GitHub
[go: up one dir, main page]

Skip to content

Commit b2cd5bb

Browse files
author
charles.lee
committed
minor bug in Makefile
1 parent 781e3e5 commit b2cd5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test1:
88
cd test-1/output/perlmod; rm -f mysetting.py sample-test.py
99
cd test-1/output/perlmod; ln -s ../../../src/mysetting.py mysetting.py
1010
cd test-1/output/perlmod; ln -s ../../../src/sample.py sample-test.py
11+
cd test-1/output/perlmod; perl doxy2py.pl
1112
cd test-1/output/perlmod; python3 sample-test.py --outfile=output.md
1213

1314
doxygen-ver-check:

0 commit comments

Comments
 (0)
0