aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAxel Heider <axel-h@users.noreply.github.com>2021-07-26 03:04:31 +0200
committerGitHub <noreply@github.com>2021-07-25 18:04:31 -0700
commit20264698f8574dea7c401c5480f256dab77d4c50 (patch)
treeb7dde89f745624facc2e27252de30486d5f45df3 /build
parent7f45777bfc3e0a6b327552a286392ccfd5c933a8 (diff)
downloadriscv-isa-manual-20264698f8574dea7c401c5480f256dab77d4c50.zip
riscv-isa-manual-20264698f8574dea7c401c5480f256dab77d4c50.tar.gz
riscv-isa-manual-20264698f8574dea7c401c5480f256dab77d4c50.tar.bz2
Remove trailing spaces in Makefile (#692)
Signed-off-by: Axel Heider <axelheider@gmx.de>
Diffstat (limited to 'build')
-rw-r--r--build/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/Makefile b/build/Makefile
index 8b895f2..7a64a4c 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -8,19 +8,19 @@
# build directory, copy the makefile there, and change the srcdir
# variable accordingly.
#
-# Note that the makefile assumes that the default dvips/ps2pdfwr
-# commands "do the right thing" for fonts in pdfs. This is true on
+# Note that the makefile assumes that the default dvips/ps2pdfwr
+# commands "do the right thing" for fonts in pdfs. This is true on
# Athena/Linux and Fedora Core but is not true for older redhat installs ...
#
# At a minimum you should just change the main variable to be
-# the basename of your toplevel tex file. If you use a bibliography
+# the basename of your toplevel tex file. If you use a bibliography
# then you should set the bibfile variable to be the name of your
# .bib file (assumed to be in the source directory).
#
srcdir = ../src
-docs_with_bib = riscv-spec riscv-privileged
+docs_with_bib = riscv-spec riscv-privileged
docs_without_bib =
srcs = $(wildcard $(srcdir)/*.tex)