diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-26 21:47:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-26 21:47:40 +0000 |
commit | 2b9849f3cee2b95c4e8b11aa69a30ed1ba52f49f (patch) | |
tree | ef2e0105cd6293b03167ba0b76a6433afe40245e /Master/texmf-dist/doc/latex/thuthesis/Makefile | |
parent | 4a122e841f3364247bde8965fe0a2830f20c696b (diff) |
thuthesis (26mar17)
git-svn-id: svn://tug.org/texlive/trunk@43609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/thuthesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/Makefile b/Master/texmf-dist/doc/latex/thuthesis/Makefile index e1f47d0b742..aecc2c7b414 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/Makefile +++ b/Master/texmf-dist/doc/latex/thuthesis/Makefile @@ -106,5 +106,5 @@ dist: all @if [ -z "$(version)" ]; then \ echo "Usage: make dist version=[x.y.z | ctan]"; \ else \ - gulp build --version=$(version); \ + npm run build -- --version=$(version); \ fi |