Skip to content

Commit

Permalink
added changelog and made makefile better
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart Lubbers committed Sep 29, 2015
1 parent 7688a8f commit be4c791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ all: book.pdf
%.dvi: %.tex %.fmt $(IMGS)
$(LATEX) $<
$(LATEX) $<
$(LATEX) $<

%.eps: %.eps.xz
xz -kd $<
Expand Down
5 changes: 4 additions & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,10 @@ \section{Spanish phone specification}
\section{Version history}
\begin{longtable}{|p{0.22\linewidth}p{0.8\linewidth}|}
\hline
1.60 (2015-08-00) & \tabitem Fixed menu name from \texttt{force} to
1.6a (2015-09-29) & \tabitem Fixed the dictionary generator for English.\\
& \tabitem Correctly added websites to the authors of the models.\\
\hline
1.60 (2015-09-07) & \tabitem Fixed menu name from \texttt{force} to
\texttt{forced}.\\
& \tabitem Fixed silence problem in experimental models.\\
& \tabitem Added version to setup dialog.\\
Expand Down

0 comments on commit be4c791

Please sign in to comment.