Commit c789c81c authored by liziwl's avatar liziwl
Browse files

rename

parent bcf09580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

PACKAGE = sustechthesis
THESIS  = sustechthesis-example
REPORT  = sustechthesis-report-example
REPORT  = sustechthesis-example-report

SOURCES = $(PACKAGE).ins $(PACKAGE).dtx
CLSFILE = dtx-style.sty $(PACKAGE).cls
+2 −2
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@ python3 "$RT_DIR/test/test-files.py" --recipe 3 --undo
# 生成报告预览
python3 "$RT_DIR/test/test-files.py" --recipe 4
make report
cp "$RT_DIR/sustechthesis-report-example.pdf" "$RT_DIR/public-test/sustechthesis-report-example-progress.pdf"
cp "$RT_DIR/sustechthesis-example-report.pdf" "$RT_DIR/public-test/sustechthesis-example-report-progress.pdf"
python3 "$RT_DIR/test/test-files.py" --recipe 4 --undo

python3 "$RT_DIR/test/test-files.py" --recipe 5
make report
cp "$RT_DIR/sustechthesis-report-example.pdf" "$RT_DIR/public-test/sustechthesis-report-example-proposal.pdf"
cp "$RT_DIR/sustechthesis-example-report.pdf" "$RT_DIR/public-test/sustechthesis-example-report-proposal.pdf"
python3 "$RT_DIR/test/test-files.py" --recipe 5 --undo
 No newline at end of file