diff options
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 167ad29..8933fe7 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -42,9 +42,11 @@ all: $(PDF) %.pdf: %.tex $(SOURCES) $(DATA) $(TEX) $(TEXARGS) $< - # TODO: makeindex + # bibliography biber $(basename $(MAIN)) $(TEX) $(TEXARGS) $< + # embed fonts + gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dEmbedAllFonts=true -sOutputFile=$@_font_embedded.pdf -f $@ .PHONY: clean cleanall clean: |