Skip to content

Commit

Permalink
Update update link
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogallo committed Nov 16, 2018
1 parent be72028 commit a04e969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ variables for the project, like the verbosity `QUIET=1` and many more.
* `SPELL_LANG`(`en`): Language for the spelling program
* `CHECK_SPELL`(`empty`): Wether or not spelling should be checked
* `TEX_LINTER`(`chktex`): For checking tex syntax
* `MAKEFILE_UPDATE_URL`(`https://raw.githubusercontent.com/alejandrogallo/latex-makefile/master/dist/Makefile`):
* `MAKEFILE_UPDATE_URL`(`see`):
* `CTAGS_OPTIONS`(`--language-force=latex -R *`): Options for ctags command


Expand Down
5 changes: 4 additions & 1 deletion src/main.m4
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ include_once(watch.m4)

define(
_MAKEFILE_UPDATE_URL,
https://raw.githubusercontent.com/alejandrogallo/latex-makefile/master/dist/Makefile
$(shell \
curl https://api.github.com/repos/alejandrogallo/latex-makefile/releases/latest | \
sed -n 's/.*browser_download_url":.*"\(.*\)"/\1/p' \
)
)dnl
include_once(common-makefile/src/update.m4)

Expand Down
17 changes: 0 additions & 17 deletions src/update.m4

This file was deleted.

0 comments on commit a04e969

Please sign in to comment.