Updated makefile to output manual to gui/ location, and stored current version in line with build.
Some additional cleanup and .gitignore additions along the way.
This commit is contained in:
parent
ff809e033e
commit
a32655f85d
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
manual/msc-file.dvi
|
||||
manual/scyther-manual-draft.idx
|
||||
manual/scyther-manual-draft.pdf
|
||||
manual/scyther-manual.idx
|
||||
manual/scyther-manual.pdf
|
||||
manual/flow-simple.epsi
|
||||
manual/flow.epsi
|
||||
manual/msc-file.dvi
|
||||
manual/msc-ns.eps
|
||||
manual/msc-ns.pdf
|
Binary file not shown.
@ -23,6 +23,8 @@ scyther-manual.pdf: scyther-manual.tex biblio.bib $(IMG) $(DEPS) $(MSC)
|
||||
bibtex scyther-manual
|
||||
pdflatex scyther-manual.tex
|
||||
pdflatex scyther-manual.tex
|
||||
# Copy to expected location
|
||||
cp scyther-manual.pdf ../gui/
|
||||
|
||||
SDRAFT= --jobname=scyther-manual-draft "\def\draftversion{yes}\input{scyther-manual}"
|
||||
scyther-manual-draft.pdf: scyther-manual.tex biblio.bib $(IMG) $(DEPS) $(MSC)
|
||||
@ -44,6 +46,7 @@ clean:
|
||||
realclean: clean
|
||||
\rm -f $(IMG)
|
||||
\rm -f $(MSC)
|
||||
\rm -f scyther-manual-draft.pdf
|
||||
\rm -f scyther-manual.pdf
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
5438
manual/flow.epsi
5438
manual/flow.epsi
File diff suppressed because it is too large
Load Diff
Binary file not shown.
6432
manual/msc-ns.eps
6432
manual/msc-ns.eps
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user