From 0f996535896dc4abcefb234d14cd8d42384b7415 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 15 May 2021 11:34:34 +0200 Subject: Makefile: new pandoc independent rule --- Makefile | 4 +++- ekdosis.dtx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4479b82..c42c868 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,8 @@ clean: testsamples rm -rf * cp -p -r .backup/* . rm -rf .backup + +pandoc: pandoc -s README.md -o about.html auctex: @@ -109,4 +111,4 @@ package: distclean all rm -rf $(NAME)/ .SILENT: testsamples -.PHONY: all clean distclean inst local uninst install uninstall zip package samples testsamples +.PHONY: all clean distclean pandoc inst local uninst install uninstall zip package samples testsamples diff --git a/ekdosis.dtx b/ekdosis.dtx index fb70916..cb2287c 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -61,7 +61,7 @@ along with this program. If not, see %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ekdosis} %<*package> - [2021/05/13 v1.3-dev Typesetting TEI xml-compliant critical editions] + [2021/05/15 v1.3-dev Typesetting TEI xml-compliant critical editions] % %<*driver> \begin{filecontents}[noheader,overwrite]{bibdata.xml} @@ -7508,7 +7508,7 @@ Sample text with a \textcolor{red}{word} in red. % \end{macrocode} % \end{macro} % \begin{macro}{\teidirect} -% \changes{v1.3}{2021/05/13}{direct insertion of elements in the +% \changes{v1.3}{2021/05/15}{direct insertion of elements in the % \texttt{TEI xml} file} % \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} % does nothing in \LaTeX. Its only use is to insert elements in the @@ -7862,7 +7862,7 @@ Sample text with a \textcolor{red}{word} in red. % \end{macrocode} % \end{macro} % \begin{macro}{\SetApparatusNoteLanguage} -% \changes{v1.3}{2021/05/13}{defines an alternate language to be +% \changes{v1.3}{2021/05/15}{defines an alternate language to be % applied in note apparatus entries} % \cs{SetApparatusNoteLang}\marg{languagename} can be used when % it is needed to apply in entries introduced by the \cs{note} command -- cgit v1.2.3