From 387fd4f060cd59e1d96b016733947e20d6277b49 Mon Sep 17 00:00:00 2001 From: Glenn Hutchings Date: Wed, 13 Apr 2016 18:54:44 +0100 Subject: [PATCH] Move emerald scripts to tools dir. --- README.md | 13 +++++++------ install-emerald.sh => tools/install-emerald.sh | 0 uninstall-emerald.sh => tools/uninstall-emerald.sh | 0 3 files changed, 7 insertions(+), 6 deletions(-) rename install-emerald.sh => tools/install-emerald.sh (100%) rename uninstall-emerald.sh => tools/uninstall-emerald.sh (100%) diff --git a/README.md b/README.md index 6a89c81..e90ea93 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,13 @@ guide from a command prompt, like this: make html -For building the PDF version, you need a reasonably recent installation -of TeX Live. Release 2014 will do. You will also need the Emerald -package from https://www.ctan.org/tex-archive/fonts/emerald/. This -cannot be installed with tlmgr, nor does it seem to be packaged by the -usual Linux or BSD distributions. Scripts for installing and -uninstalling Emerald are provided here. When you're ready, type this: +For building the PDF version, you need a reasonably recent installation of +TeX Live. Release 2014 will do. You will also need the Emerald font +package from https://www.ctan.org/tex-archive/fonts/emerald/. This cannot +be installed with `tlmgr`, nor does it seem to be packaged by the usual +Linux or BSD distributions. Scripts for installing and uninstalling +Emerald are provided in the `tools` directory. When you're ready, type +this: make latexpdf diff --git a/install-emerald.sh b/tools/install-emerald.sh similarity index 100% rename from install-emerald.sh rename to tools/install-emerald.sh diff --git a/uninstall-emerald.sh b/tools/uninstall-emerald.sh similarity index 100% rename from uninstall-emerald.sh rename to tools/uninstall-emerald.sh -- 2.31.1