mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Compare commits
2 commits
1475c9aab6
...
ee4e04c002
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee4e04c002 | ||
|
|
f09058f12f |
3 changed files with 8 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ info: ecl.info.gz
|
||||||
html: html/index.html
|
html: html/index.html
|
||||||
|
|
||||||
manual.pdf: $(FILES)
|
manual.pdf: $(FILES)
|
||||||
PDFTEX=z-texi2pdfetex-fix-aux texi2pdf manual.txi
|
./x-texi2pdf manual.txi
|
||||||
|
|
||||||
ecl.info.gz: $(FILES)
|
ecl.info.gz: $(FILES)
|
||||||
$(MAKEINFO) --no-split manual.txi
|
$(MAKEINFO) --no-split manual.txi
|
||||||
|
|
|
||||||
7
src/doc/manual/x-texi2pdf
Executable file
7
src/doc/manual/x-texi2pdf
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#! /bin/sh -
|
||||||
|
|
||||||
|
export PATH=.:${PATH}
|
||||||
|
|
||||||
|
export PDFTEX=z-texi2pdfetex-fix-aux
|
||||||
|
|
||||||
|
texi2pdf $*
|
||||||
|
|
@ -17,5 +17,3 @@ for f in x *.aux ; do
|
||||||
mv temp $f
|
mv temp $f
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
echo 'Called '$0 >&2
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue