Skip to content

Commit

Permalink
synctex: Make easier to test on Windows
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@68086 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
t-tk committed Aug 27, 2023
1 parent 3596b3a commit 619b76c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions texk/web2c/synctexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-08-27 TANAKA Takuji <ttk@t-lab.opal.ne.jp>

* synctex.test: Make easier to test on Windows.

2023-03-09 Karl Berry <karl@tug.org>

* TL'23 release.
Expand Down
6 changes: 5 additions & 1 deletion texk/web2c/synctexdir/synctex.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
# Copyright 2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

./synctex help || exit 1
BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_synctex=$BinDir/synctex$ExeExt

$_synctex help || exit 1

0 comments on commit 619b76c

Please sign in to comment.