summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSteffen Nurpmeso <sdaoden@yandex.com>2014-04-03 07:58:48 +0200
committerWerner Lemberg <wl@gnu.org>2014-04-03 07:58:48 +0200
commit1b8b2a7b019846b6340611e5c562f5b6b3f5ba74 (patch)
treeec3563286b9de392cd6d6ba8b7c4bcab3f194a40 /arch
parentc256832262e75f10f83fa8acfd6ce7014b837676 (diff)
downloadgroff-git-1b8b2a7b019846b6340611e5c562f5b6b3f5ba74.tar.gz
* */Makefile.*: Path quoting fixes, whitespace, formatting.
Remove many quotes (and introduce a few as additional guards) since groff's build system is generally not set up to properly handle paths that need quoting.
Diffstat (limited to 'arch')
-rw-r--r--arch/misc/Makefile.sub10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/misc/Makefile.sub b/arch/misc/Makefile.sub
index 5bce8ce32..f5d6b5173 100644
--- a/arch/misc/Makefile.sub
+++ b/arch/misc/Makefile.sub
@@ -1,18 +1,18 @@
-# Copyright (C) 2004, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2009, 2014 Free Software Foundation, Inc.
# Written by Keith Marshall (keith.d.marshall@ntlworld.com)
-#
+#
# This file is part of groff.
-#
+#
# groff is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-#
+#
# groff is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.