Compare commits

..

No commits in common. 'master' and 'v3.1' have entirely different histories.
master ... v3.1

@ -18,7 +18,6 @@ tex: $(TEXFILE).tex
@test -d $(TMPDIR) || mkdir $(TMPDIR)
@echo "Running 2 compiles $(TMPDIR)"
@pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null
@makeglossaries -d $(TMPDIR) $(TEXFILE)
@pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null
@cp $(TMPDIR)/$(TEXFILE).pdf .
@echo $(FIRSTTAG) > version

@ -107,7 +107,7 @@
}
\fancyfoot[C]{
\begin{tiny}
\gitFirstTagDescribe{} (\gitAbbrevHash{} - \gitAuthorDate{})
\gitAbbrevHash{}
\end{tiny}
}
\fancyfoot[R]{

@ -1,18 +0,0 @@
\makeglossaries

\renewcommand*{\glspostdescription}{}

%%% Acronyms
\newacronym{IPR}{IPR}{Intellectual Property Rights}
\newacronym{SIG}{SIG}{Special Integration Work Group}
\newacronym{TWG}{TWG}{Technical Work Group}

\newacronym{BMC}{BMC}{Baseboard Management Controller}
\newacronym{OCP}{OCP}{Open Compute Project}
\newacronym{DC-SCM}{DC-SCM}{Datacenter Secure Control Module}
\newacronym{ISA}{ISA}{Instruction Set Architecture}
\newacronym{RTL}{RTL}{Register-Transfer-Level}
\newacronym{PDK}{PDK}{Process Design Kit}
\newacronym{FPGA}{FPGA}{Field Programmable Gate Arrays}
\newacronym{LSB}{LSB}{Linux Standard Base}
\newacronym{OS}{OS}{Open Source}
Loading…
Cancel
Save