diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-04 11:24:10 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-12-04 11:24:10 +0000 |
commit | 8c46ae708bf79d02f04f9cfc73afd87b519939f7 (patch) | |
tree | e093c6e271a72692778662d97c74365db74f98d5 /Config | |
parent | 7960ae5d4c057d28f67263dc547d84e3ea8e06fc (diff) | |
download | zsh-8c46ae708bf79d02f04f9cfc73afd87b519939f7.tar.gz zsh-8c46ae708bf79d02f04f9cfc73afd87b519939f7.tar.xz zsh-8c46ae708bf79d02f04f9cfc73afd87b519939f7.zip |
23028: use texi2pdf where available
Diffstat (limited to 'Config')
-rw-r--r-- | Config/defs.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index c5794aeef..613c502cd 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -73,6 +73,7 @@ YODL = @YODL@ YODL2TXT = $(YODL)2txt YODL2HTML = $(YODL)2html PDFETEX = @PDFETEX@ +TEXI2PDF = @TEXI2PDF@ # install utility INSTALL_PROGRAM = @INSTALL_PROGRAM@ |