X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1edb774eed8bea3f6dbde5b02db6ecd209394cf8..713c49900fb0b323eb6d1b57e5737f677ffcbb20:/doc/Makefile.am diff --git a/doc/Makefile.am b/doc/Makefile.am index a1d6ec9..052247f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,9 +50,10 @@ V_MAKEINDEX_ = $(V_MAKEINDEX_@AM_DEFAULT_V@) V_MAKEINDEX_0 = @echo " MAKEIDX $@"; run_pdflatex = $(V_LATEX)cd $(srcdir) && \ + version=$$(echo '$(VERSION)' | sed 's/~/\\textasciitilde /g') && \ $(PDFLATEX) $(TEXFLAGS) \ --jobname=$(basename $1) \ - '\def\pkgversion{$(VERSION)}\input{$1}' + "\def\pkgversion{$$version}\input{$1}" ###-------------------------------------------------------------------------- ### The manual. @@ -96,6 +97,9 @@ BIB_FILES += sod.bib ## Building the bibliography style. EXTRA_DIST += mdwalpha.dbj +## Spelling dictionary. +EXTRA_DIST += sod.words + ## Building the output documents. MAINTAINERCLEANFILES += sod.pdf sod.bst babelbst.tex