* Added Appendix A.

* Added a message to indicate where the result of make dist sits.
This commit is contained in:
依瑪貓
2017-11-22 17:46:51 +08:00
parent 1ab511dfb8
commit 96d1565c9f
7 changed files with 33 additions and 2 deletions

View File

@ -236,3 +236,5 @@ dist:
mkdir $(BUILDDIR)/dist $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER)
cp -fpR *.rst images Makefile make.bat conf.py $(PROJNAME).tex.patch participants-example.csv $(BUILDDIR)/dist/$(PROJNAME)-$(PROJVER)/
cd $(BUILDDIR)/dist && zip -r $(PROJNAME)-$(PROJVER).zip $(PROJNAME)-$(PROJVER) && cd ../..
@echo
@echo "Build finished. The distribution is in _build/dist."