summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp-help.h
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2008-05-28 07:39:23 +0000
committerJonathan Kew <jfkthame@googlemail.com>2008-05-28 07:39:23 +0000
commit433cefee8e566664b1438389713532f02d6311c8 (patch)
tree52a44ba461b549749f10dfb4b7ae4dab19db06e5 /Build/source/texk/web2c/texmfmp-help.h
parent39adeddb2f839193479bcbe48cb8b79f9de85601 (diff)
list synctex option in help message; updated xetex version string
git-svn-id: svn://tug.org/texlive/trunk@8378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/texmfmp-help.h')
-rw-r--r--Build/source/texk/web2c/texmfmp-help.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h
index 4d4332937bb..fc02e09a049 100644
--- a/Build/source/texk/web2c/texmfmp-help.h
+++ b/Build/source/texk/web2c/texmfmp-help.h
@@ -444,6 +444,9 @@ const_string PDFTEXHELP[] = {
"-src-specials=WHERE insert source specials in certain places of",
" the DVI file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
+#if defined(__SyncTeX__)
+ "-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+#endif
"-translate-file=TCXNAME use the TCX file TCXNAME",
"-8bit make all characters printable by default",
"-help display this help and exit",
@@ -499,7 +502,9 @@ const_string XETEXHELP[] = {
"-src-specials=WHERE insert source specials in certain places of",
" the XDV file. WHERE is a comma-separated value",
" list: cr display hbox math par parend vbox",
+#if defined(__SyncTeX__)
"-synctex=NUMBER generate SyncTeX data for previewers if nonzero",
+#endif
"-translate-file=TCXNAME (ignored)",
"-8bit make all characters printable, don't use ^^X sequences",
"-help display this help and exit",