Skip to content

Commit

Permalink
chore(build): Don't version CTAN‌ upload files, CTAN is crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 9, 2020
1 parent d83f855 commit 7545322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dist-ctan: install-dist
-s ',$(DISTDIR),$(CTAN_NAME),' \
-s ',static/OTF,otf,' \
-acf $${TMP} $(DISTDIR)
bsdtar -acf $(CTAN_NAME)-$(GitVersion).zip --exclude 'static' @$${TMP}
bsdtar -acf $(CTAN_NAME).zip --exclude 'static' @$${TMP}
rm $${TMP}

0 comments on commit 7545322

Please sign in to comment.