diff options
Diffstat (limited to 'ma/Makefile')
-rw-r--r-- | ma/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ma/Makefile b/ma/Makefile index 2999ef9..3926de2 100644 --- a/ma/Makefile +++ b/ma/Makefile @@ -24,6 +24,9 @@ all: safety_reset.pdf pdflatex -shell-escape -jobname $*-extra-appendices "\def\includenotebooks{1} \def\includefirmwaresources{1} \input{$<}" biber $*-extra-appendices pdflatex -shell-escape -jobname $*-extra-appendices "\def\includenotebooks{1} \def\includefirmwaresources{1} \input{$<}" + pdflatex -shell-escape -jobname $*-print-private-data "\def\includeprivatedata{1} \input{$<}" + biber $*-extra-appendices + pdflatex -shell-escape -jobname $*-print-private-data "\def\includeprivatedata{1} \input{$<}" .PHONY: preview preview: |