From 20264698f8574dea7c401c5480f256dab77d4c50 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Mon, 26 Jul 2021 03:04:31 +0200 Subject: Remove trailing spaces in Makefile (#692) Signed-off-by: Axel Heider --- build/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') 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) -- cgit v1.1