Commit 44f85b6f authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

[wrpc/doc] final version of the latex document that used to be texinfo

- added auto-inclusion of the repo version (hash) into the doc (as it
  was in the texinfo)
- removed unnecessary/commented packages
- added missing tables
- made itemization more tight
- many other cleanups
parent 9228f435
RELEASE=$(shell git describe --always --dirty)
all : wrpc.pdf
.PHONY : all clean
wrpc.pdf : wrpc.tex
pdflatex $^
pdflatex $^
echo $(RELEASE) > version.tex
pdflatex --enable-write18 $^
pdflatex --enable-write18 $^
clean :
rm -f *.eps *.pdf *.dat *.log *.out *.aux *.dvi *.ps *.toc
\ No newline at end of file
rm -f *.eps *.pdf *.dat *.log *.out *.aux *.dvi *.ps *.toc version.tex
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment