diff options
author | Norbert Preining <norbert@preining.info> | 2020-02-24 03:01:26 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-02-24 03:01:26 +0000 |
commit | 33f4ae660b866731387e4c21e528aaa283009d6c (patch) | |
tree | c1f1449987542917a209c7e108a1a48f81fc70e3 /macros/latex/contrib/thucoursework/Makefile | |
parent | 0908ef0004729f1b45b8d9687656f2f92fc122ae (diff) |
CTAN sync 202002240301
Diffstat (limited to 'macros/latex/contrib/thucoursework/Makefile')
-rw-r--r-- | macros/latex/contrib/thucoursework/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/thucoursework/Makefile b/macros/latex/contrib/thucoursework/Makefile index 2872ec98f5..a3097a8184 100644 --- a/macros/latex/contrib/thucoursework/Makefile +++ b/macros/latex/contrib/thucoursework/Makefile @@ -24,7 +24,7 @@ after_install_dep: install_dep $(eval export PATH :=$(PLATFORM3)/texlive/bin/$(PLATFORM2):$(PATH)) echo $$PATH # to make tlmgr work, we need perl - tlmgr install xkeyval matlab-prettifier caption doublestroke xcolor listings l3kernel l3packages ms ulem fontspec environ trimspaces booktabs moreenum mathtools oberdiek enumitem fmtcount etoolbox latex-bin + tlmgr install xkeyval matlab-prettifier caption doublestroke xcolor listings l3kernel l3packages ms ulem fontspec environ trimspaces booktabs moreenum mathtools oberdiek enumitem fmtcount etoolbox latex-bin alphalph install_dep: pre_install_dep mkdir -p $(INSTALL_DIR) tar -zxvf $(INSTALL_PACKAGE) -C $(INSTALL_DIR) --strip-components 1 @@ -46,7 +46,7 @@ ithw.pdf: ithw.tex after_install_dep archive: # make tar.gz which is submitted to ctan.org # first copy the necessary files to the dist dir - cp README.md iihw.pdf ithw.pdf iihw.tex ithw.tex matlabscript.m pdf_normal.eps thucoursework.dtx thucoursework.pdf Makefile thucoursework/ + cp README.md iihw.pdf ithw.pdf iihw.tex ithw.tex matlabscript.m pdf_normal.pdf thucoursework.dtx thucoursework.pdf Makefile thucoursework/ # then tar it COPYFILE_DISABLE=1 tar -zcvf thucoursework.tar.gz thucoursework/ doc : $(PACKAGE).pdf |