aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-18 16:14:15 +0100
committerNao Pross <np@0hm.ch>2021-11-18 16:14:15 +0100
commit6e992505327cffdc10ae81fbc0ad9b0bd5033743 (patch)
tree451e7c94a74e865c984437b807f35d9eff127167 /doc/thesis/Makefile
parentBegin frame sync block (diff)
downloadFading-6e992505327cffdc10ae81fbc0ad9b0bd5033743.tar.gz
Fading-6e992505327cffdc10ae81fbc0ad9b0bd5033743.zip
Add PDFs
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r--doc/thesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile
index c207a17..be2b4bb 100644
--- a/doc/thesis/Makefile
+++ b/doc/thesis/Makefile
@@ -47,7 +47,7 @@ all: $(PDF)
biber $(basename $(MAIN))
$(TEX) $(TEXARGS) $<
# embed fonts
- gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dEmbedAllFonts=true -sOutputFile=$@_font_embedded.pdf -f $@
+ # gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dEmbedAllFonts=true -sOutputFile=$@_font_embedded.pdf -f $@
.PHONY: clean cleanall
clean: