diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-01 21:08:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-01 21:08:28 +0000 |
commit | db8e86866f5ce0e485dc22e402eeaa54bd4da6d0 (patch) | |
tree | 4ed0a004d405480e2853fb4c629feb2f41f7e816 /Master/texmf-dist/source/latex/biblatex-software | |
parent | 9020d74b49c3af42428162bebf9df6dcf7c95556 (diff) |
biblatex-software (1jun20)
git-svn-id: svn://tug.org/texlive/trunk@55376 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-software')
-rw-r--r-- | Master/texmf-dist/source/latex/biblatex-software/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-software/Makefile b/Master/texmf-dist/source/latex/biblatex-software/Makefile index 2abba8d41a4..183640b0506 100644 --- a/Master/texmf-dist/source/latex/biblatex-software/Makefile +++ b/Master/texmf-dist/source/latex/biblatex-software/Makefile @@ -1,7 +1,10 @@ TEXS = $(wildcard *.tex) MAIN = sample-use-sty -all: $(MAIN).pdf +.SILENT: distrib all + + +all: $(MAIN).pdf software-biblatex.pdf biblatex-styles: stublist mkbiblatexstubs.sh bash mkbiblatexstubs.sh < stublist @@ -36,7 +39,11 @@ else rubber -m pdftex $< endif + distrib: + # remind maintainer to update version number in the documentation + echo -n "Did you update the version number in software-biblatex.tex? [y/N]" + read ans; if [ ".$ans" != ".y" ]; then echo "Please update it and run make distrib again"; exit 0; fi # update history rm history.tex make software-biblatex.pdf |