Skip to content

Commit

Permalink
Fix makedist for english
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed May 31, 2024
1 parent a66c093 commit 860146b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ..
cp rst/fr/_build/epub/Vimpourleshumains.epub dist/$ts/fr/vim-pour-les-humains.epub
cp rst/fr/_build/latex/vimpourleshumains.pdf dist/$ts/fr/vim-pour-les-humains.pdf
cp rst/en/_build/epub/Vimforhumans.epub dist/$ts/en/vim-for-humans.epub
cp rst/en/_build/latex/Vimforhumans.pdf dist/$ts/en/vim-for-humans.pdf
cp rst/en/_build/latex/vimforhumans.pdf dist/$ts/en/vim-for-humans.pdf
cd dist/$ts

# Create Kindle Versions
Expand Down

0 comments on commit 860146b

Please sign in to comment.