aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-21 10:40:53 +0100
committerNao Pross <np@0hm.ch>2021-11-21 10:40:53 +0100
commit2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5 (patch)
treef45e5b6f5ec5a88456d94abc0a63173f355d2571 /doc/thesis/Makefile
parentChange chapter title (diff)
parentMerge branch 'master' of github.com:NaoPross/Fading (diff)
downloadFading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.tar.gz
Fading-2a3b0ef715d83c97ccb0c2b1eb63707a62ffe7a5.zip
Merge branch 'master' of github.com:NaoPross/Fading
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: