mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
moved the doc script out of the make file...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4d194859a8
commit
aa5820b6a1
9
Makefile
9
Makefile
@ -37,14 +37,7 @@ TEX := latexmk -lualatex $(ARGS)
|
|||||||
# to solve this odd instability...
|
# to solve this odd instability...
|
||||||
texToDoc = \
|
texToDoc = \
|
||||||
@echo "texToDoc: $1 -> $2"; \
|
@echo "texToDoc: $1 -> $2"; \
|
||||||
cat $1 \
|
./cls2tex.sh $1 $2 $3
|
||||||
| egrep '(^%$3|^\\\\edef\\\\$*@[A-Z][A-Z]+)' \
|
|
||||||
| sed 's/^\(\\\\edef\\\\\)$*@/%$3\\1/'\
|
|
||||||
| sed 's/%$3%%%% \(.*\)/%$3\\\\subsubsection{\1}\\\\label{subsubsec:\1}/' \
|
|
||||||
| sed 's/%$3%%% \(.*\)/%$3\\\\subsection{\1}\\\\label{subsec:\1}/' \
|
|
||||||
| sed 's/%$3%% \(.*\)/%$3\\\\section{\1}\\\\label{sec:\1}/' \
|
|
||||||
| sed 's/%$3\s\+>>\s\+\(.*\)/%$3\\\\begin{verbatim} \1 \\\\end{verbatim}/' \
|
|
||||||
| cut -c 3- - > $2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user