Makefile: Fix executable path in trypandoc target.
This commit is contained in:
parent
b694cdd9a6
commit
e09dc44c00
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -117,7 +117,7 @@ pandoc-templates:
|
|||
popd
|
||||
|
||||
trypandoc:
|
||||
ssh -t macfarlane 'cd src/pandoc && git pull && ~/.local/bin/stack install --flag pandoc:trypandoc --flag pandoc:embed_data_files && cd trypandoc && sudo make install'
|
||||
ssh -t macfarlane 'cd src/pandoc && git pull && stack install --flag pandoc:trypandoc --flag pandoc:embed_data_files && cd trypandoc && sudo make install'
|
||||
|
||||
update-website:
|
||||
make -C $(WEBSITE) update
|
||||
|
|
Loading…
Add table
Reference in a new issue