diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-05 21:48:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-05 21:48:15 +0000 |
commit | 092d7781e889f7a10e0c4c691c432fe33597d64a (patch) | |
tree | 8134accc700ac9cd3e5ed8122148f3ef097e8a14 /Master/texmf-dist/source/latex | |
parent | 03395c4094707b5b2108839d1d4ab202db9705f2 (diff) |
crop (5jun20)
git-svn-id: svn://tug.org/texlive/trunk@55424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/crop/Makefile | 27 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/crop/crop.dtx | 14 |
2 files changed, 25 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/crop/Makefile b/Master/texmf-dist/source/latex/crop/Makefile index 09679fec8c5..3f0ebd78605 100644 --- a/Master/texmf-dist/source/latex/crop/Makefile +++ b/Master/texmf-dist/source/latex/crop/Makefile @@ -1,16 +1,20 @@ NAME=crop -ARCHIVE_NAME=$(NAME).tar.gz -ARCHIVE_CONTENTS=$(NAME).dtx Makefile $(NAME).txt $(NAME).ins +VERSION=`cat VERSION` +ARCHIVE_NAME=$(NAME).zip +ARCHIVE_CONTENTS=$(NAME).dtx $(NAME).pdf Makefile README $(NAME).ins -all: $(NAME).sty $(NAME).pdf +all: $(NAME).sty $(NAME).pdf VERSION -archive: $(NAME).ins - @ tar -czf $(ARCHIVE_NAME) $(ARCHIVE_CONTENTS) - @ echo $(ARCHIVE_NAME): - @ echo ==================== - @ tar -tzf $(ARCHIVE_NAME) +archive: $(ARCHIVE_CONTENTS) + rm -rf $(NAME)/ + mkdir $(NAME)/ + cp $(ARCHIVE_CONTENTS) $(NAME)/ + zip -r $(ARCHIVE_NAME) $(NAME) -$(NAME).pdf: +$(NAME).dtx: $(NAME).dtx.in + nancy $(NAME).dtx.in . > $(NAME).dtx + +$(NAME).pdf: $(NAME.dtx) latexmk $(NAME).dtx $(NAME).sty: $(NAME).ins @@ -18,3 +22,8 @@ $(NAME).sty: $(NAME).ins $(NAME).ins: pdflatex $(NAME).dtx + +release: archive + git diff --exit-code && \ + git tag -a -m "Release tag" "v$(VERSION)" && \ + git push && git push --tags diff --git a/Master/texmf-dist/source/latex/crop/crop.dtx b/Master/texmf-dist/source/latex/crop/crop.dtx index cb0cfd8b4df..678c235931f 100644 --- a/Master/texmf-dist/source/latex/crop/crop.dtx +++ b/Master/texmf-dist/source/latex/crop/crop.dtx @@ -27,15 +27,15 @@ %% ==================================================================== %% @LaTeX-package-file{ %% author = "Melchior FRANZ", -%% version = "1.10", -%% date = "19 Nov 2017", +%% version = "1.10.2", +%% date = "05 Jun 2020", %% filename = "crop.dtx", %% address = "Melchior FRANZ %% Rieder Hauptstrasse 52 %% A-5212 SCHNEEGATTERN %% AUSTRIA", -%% URL = "https://github.com/drehscheibe/crop/", -%% email = "mfranz@aon.at", +%% URL = "https://github.com/rrthomas/crop/", +%% email = "rrt@sc3d.org", %% codetable = "ISO/ASCII", %% keywords = "cropmarks, frame, mirror, rotate, invert", %% supported = "yes", @@ -74,8 +74,8 @@ % % %<*driver> -\def\fileversion{1.10} -\def\filedate{2017/11/19} +\def\fileversion{1.10.2} +\def\filedate{2020/06/05} \documentclass{ltxdoc} \usepackage{hyperref} \hypersetup{ @@ -2234,4 +2234,4 @@ % % ^^A \PrintChanges % ^^A vim:ts=4:sw=4:et:cindent -% \Finale ^^A.E.I.O.U.^^ +% \Finale ^^A.E.I.O.U.^^
\ No newline at end of file |