summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mdframed/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-09 22:47:59 +0000
committerKarl Berry <karl@freefriends.org>2013-03-09 22:47:59 +0000
commit856ac22d901c0f4f007b58ee5af58f54b40ce4d3 (patch)
tree7aae426ef3e0892be42e493c0064875984118d69 /Master/texmf-dist/source/latex/mdframed/Makefile
parentd3e7010a51e2e85b7a564d576f92f0f06a1d4fa7 (diff)
mdframed (9mar13)
git-svn-id: svn://tug.org/texlive/trunk@29319 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mdframed/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/mdframed/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/mdframed/Makefile b/Master/texmf-dist/source/latex/mdframed/Makefile
index a1f2040f1d1..0976d3355e9 100644
--- a/Master/texmf-dist/source/latex/mdframed/Makefile
+++ b/Master/texmf-dist/source/latex/mdframed/Makefile
@@ -23,6 +23,8 @@ EXAMPLLIST= $(EXAMPLED) $(EXAMPLET) $(EXAMPLEP) $(EXAMPLESX)
FILELIST = $(PACKAGE) $(EXAMPLED) $(EXAMPLET) $(EXAMPLEP) $(EXAMPLESX)
STYLELIST = $(STYLE_I) $(STYLE_II) $(STYLE_III) $(STYLE_IV)
AUXFILES = aux dtxe glo glolog gls hd ins idx idxlog ilg ind log out ps thm tmp toc xdv
+
+
################################################################
## Colordefinition
################################################################
@@ -190,7 +192,7 @@ changeversion:
@echo -e "$(OK_COLOR)Aktuell wird die folgende Version verwendet"
@sed '/\\def\\mdversion/!d' $(PACKAGE).sty
@echo -e "$(WARN_COLOR)"
- @read -p "Bitte neue Version eingeben: " REPLY && sed -rie "s/(\\\\def\\\\mdversion\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
+ @read -p "Bitte neue Version eingeben: " REPLY && sed -Eie "s/(\\\\def\\\\mdversion\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
echo -e "$(OK_COLOR)Version geändert zu $$REPLY$(NO_COLOR)"
@echo
@@ -199,7 +201,7 @@ changerevision:
@echo -e "$(OK_COLOR)Aktuell wird die folgende Revision verwendet"
@sed '/\\def\\mdfrevision/!d' $(PACKAGE).dtx
@echo -e "$(WARN_COLOR)"
- @REPLY=`git rev-list HEAD | wc -l` && sed -rie "s/(\\\\def\\\\mdfrevision\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
+ @REPLY=`git rev-list HEAD | wc -l` && sed -Eie "s/(\\\\def\\\\mdfrevision\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
echo -e "$(OK_COLOR)Revision geändert zu $$REPLY$(NO_COLOR)"
@echo
@@ -208,7 +210,7 @@ changedate:
@echo -e "$(OK_COLOR)Aktuell wird die folgendes Datum verwendet"
@sed '/\\def\\mdfmaindate/!d' $(PACKAGE).dtx
@echo -e "$(WARN_COLOR)"
- @REPLY=`date +"%Y\/%m\/%d"` && sed -rie "s/(\\\\def\\\\mdfmaindate\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
+ @REPLY=`date +"%Y\/%m\/%d"` && sed -Eie "s/(\\\\def\\\\mdfmaindate\{).*(})/\1$$REPLY\2/" $(PACKAGE).dtx&&\
echo -e "$(OK_COLOR)Datum geändert zu $$REPLY$(NO_COLOR)"
@echo