New upstream version 0.79.5

This commit is contained in:
TANIGUCHI Takaki
2017-02-02 22:24:37 +09:00
parent 2f23ea4b4a
commit 9ad5d25d65
1931 changed files with 104660 additions and 254637 deletions

View File

@@ -0,0 +1,17 @@
.PHONY : all clean archclean single
all: single
clean:
@rm -f *~ *.aux *.log *.bak *.out *.toc *.dvi *.ps
archclean: clean
@rm -f *.pdf
single:
pdflatex manual
manual.pdf: preface.tex background.tex defect-reporting.tex howtos.tex manual.tex qa.tex burning-compatibility.tex download.tex local.tex overview.tex
pdflatex manual
pdflatex manual
pdflatex manual