-       lualatex --shell-escape $(pkg).tex
-       biber $(pkg)
-       lualatex --shell-escape $(pkg).tex
-       lualatex --shell-escape $(pkg).tex
+       @echo "Building the documentation. Please wait..."
+       lualatex --shell-escape $(pkg).tex >/dev/null
+       biber $(pkg) >/dev/null
+       lualatex --shell-escape $(pkg).tex >/dev/null
+       lualatex --shell-escape $(pkg).tex >/dev/null
+       @echo "Building font table..."
+       lualatex --shell-escape fonttable.tex >/dev/null
+       lualatex --shell-escape fonttable.tex >/dev/null
+       @echo "Removing OldStandard .otf files from $(LOCALFONTDIR)..."
+       rm -f $(LOCALFONTDIR)/OldStandard-*.otf
+       luaotfload-tool --update
+       @echo "Done."