diff options
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 2 |
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: |