You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/klu/files/klu-1.3.9-dash_doc.patch

28 lines
1008 B

diff --git a/Doc/Makefile.am b/Doc/Makefile.am
index 7d1116a..fd46b1d 100644
--- a/Doc/Makefile.am
+++ b/Doc/Makefile.am
@@ -1,15 +1,14 @@
KLU_UserGuide.pdf:
- echo '\begin{verbatim}' > klu_h.tex
+ printf '\\begin{verbatim}\n' > klu_h.tex
expand -8 $(top_srcdir)/Include/klu.h >> klu_h.tex
- echo '\end{verbatim}' >> klu_h.tex
- echo '\begin{verbatim}' > btf_h.tex
- echo 'See your btf.h local install' >> btf_h.tex
- echo '\end{verbatim}' >> btf_h.tex
- echo '\begin{verbatim}' > klu_simple_c.tex
+ printf '\\end{verbatim}\n' >> klu_h.tex
+ printf '\\begin{verbatim}\n' > btf_h.tex
+ printf 'See your btf.h local install\n' >> btf_h.tex
+ printf '\\end{verbatim}\n' >> btf_h.tex
+ printf '\\begin{verbatim}\n' > klu_simple_c.tex
expand -8 $(top_srcdir)/Demo/klu_simple.c >> klu_simple_c.tex
- echo '\end{verbatim}' >> klu_simple_c.tex
- -ln -s $(srcdir)/*.{tex,bib} .
+ printf '\\end{verbatim}\n' >> klu_simple_c.tex
$(PDFLATEX) KLU_UserGuide
$(BIBTEX) KLU_UserGuide
$(PDFLATEX) KLU_UserGuide