groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 06/09: Whitespace.


From: Werner LEMBERG
Subject: [groff] 06/09: Whitespace.
Date: Sun, 30 Mar 2014 20:13:35 +0000

wl pushed a commit to branch master
in repository groff.

commit 320e87585e97604a40dcc29d30179d93b31fb1e1
Author: Steffen Nurpmeso <address@hidden>
Date:   Sun Mar 30 09:22:46 2014 +0200

    Whitespace.
---
 Makefile.comm                  |   10 +++++-----
 contrib/chem/Makefile.sub      |    4 ++--
 contrib/gdiffmk/Makefile.sub   |    2 +-
 contrib/glilypond/Makefile.sub |    4 ----
 contrib/gperl/Makefile.sub     |    1 -
 font/devlbp/Makefile.sub       |    1 -
 font/devutf8/Makefile.sub      |    1 -
 7 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/Makefile.comm b/Makefile.comm
index 99089b4..983641a 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -228,7 +228,7 @@ install_prog:
 
 .PHONY: uninstall_prog
 uninstall_prog:
-       -rm -f $(DESTDIR)$(bindir)/$(NAMEPREFIX)$(PROG) 
+       -rm -f $(DESTDIR)$(bindir)/$(NAMEPREFIX)$(PROG)
 
 .PHONY: install_dev
 install_dev:
@@ -268,9 +268,9 @@ install_dev:
          || for f in ""$(DEVFILES); do \
               rm -f $(DESTDIR)$(fontsubdir)/$$f; \
               if test -f $$f; then \
-                $(INSTALL_DATA) $$f $(DESTDIR)$(fontsubdir)/$$f; \
+                $(INSTALL_DATA) $$f $(DESTDIR)$(fontsubdir)/$$f; \
               else \
-                $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(fontsubdir)/$$f; \
+                $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(fontsubdir)/$$f; \
               fi; \
             done
        -test -z "$(OLDDEVFILES)" \
@@ -282,9 +282,9 @@ install_dev:
          || for f in ""$(DEVSCRIPTS); do \
               rm -f $(DESTDIR)$(fontsubdir)/$$f; \
               if test -f $$f; then \
-                $(INSTALL_SCRIPT) $$f $(DESTDIR)$(fontsubdir)/$$f; \
+                $(INSTALL_SCRIPT) $$f $(DESTDIR)$(fontsubdir)/$$f; \
               else \
-                $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(fontsubdir)/$$f; \
+                $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(fontsubdir)/$$f; \
               fi; \
             done
 
diff --git a/contrib/chem/Makefile.sub b/contrib/chem/Makefile.sub
index 0d2a4e6..c893761 100644
--- a/contrib/chem/Makefile.sub
+++ b/contrib/chem/Makefile.sub
@@ -72,7 +72,7 @@ install_always: chem README $(srcdir)/chem.pic
           || $(mkinstalldirs) $(DESTDIR)$(datasubdir)/pic
        $(RM) $(DESTDIR)$(datasubdir)/pic/chem.pic
        $(INSTALL_DATA) $(srcdir)/chem.pic \
-          $(DESTDIR)$(datasubdir)/pic/chem.pic
+         $(DESTDIR)$(datasubdir)/pic/chem.pic
 
 install_examples: install_always examples
        -test -d $(DESTDIR)$(exampledir)/chem \
@@ -86,7 +86,7 @@ install_examples: install_always examples
           $(INSTALL_DATA) $$i $(DESTDIR)$(exampledir)/chem/$$n; \
        done
        $(INSTALL_DATA) examples/122/README \
-          $(DESTDIR)$(exampledir)/chem/122/README
+         $(DESTDIR)$(exampledir)/chem/122/README
        for i in $(srcdir)/examples/122/*.chem; do \
           n=`echo $$i | sed 's|$(srcdir)/examples/122/||g'`; \
           $(INSTALL_DATA) $$i $(DESTDIR)$(exampledir)/chem/122/$$n; \
diff --git a/contrib/gdiffmk/Makefile.sub b/contrib/gdiffmk/Makefile.sub
index c3179ff..0116266 100644
--- a/contrib/gdiffmk/Makefile.sub
+++ b/contrib/gdiffmk/Makefile.sub
@@ -37,7 +37,7 @@ gdiffmk: gdiffmk.sh
        chmod +x $@
 
 install_data: gdiffmk
-       -test -d $(DESTDIR)$(bindir)  ||  $(mkinstalldirs) $(DESTDIR)$(bindir)
+       -test -d $(DESTDIR)$(bindir) || $(mkinstalldirs) $(DESTDIR)$(bindir)
        -rm -f $(DESTDIR)$(bindir)/gdiffmk
        $(INSTALL_SCRIPT) gdiffmk $(DESTDIR)$(bindir)/gdiffmk
 
diff --git a/contrib/glilypond/Makefile.sub b/contrib/glilypond/Makefile.sub
index 7de7059..5b811bf 100644
--- a/contrib/glilypond/Makefile.sub
+++ b/contrib/glilypond/Makefile.sub
@@ -35,7 +35,6 @@ RM=rm -f
 
 all: glilypond
 
-
 # files going to lib directory `$(glilypond_dir)'
 
 GLILYPOND_LIB=$(srcdir)/subs.pl \
@@ -44,7 +43,6 @@ GLILYPOND_LIB=$(srcdir)/subs.pl \
 
 GLILYPOND_LIB_=`echo $(GLILYPOND_LIB) | sed 's|$(srcdir)/||g'`
 
-
 # create perl executable `glilypond', being stored into `bindir'
 
 glilypond: $(srcdir)/glilypond.pl
@@ -56,7 +54,6 @@ glilypond: $(srcdir)/glilypond.pl
                $(srcdir)/glilypond.pl >$@
        chmod +x $@
 
-
 install_data: glilypond $(GLILYPOND_LIB)
        -test -d $(DESTDIR)$(bindir) \
                || $(mkinstalldirs) $(DESTDIR)$(bindir)
@@ -69,7 +66,6 @@ install_data: glilypond $(GLILYPOND_LIB)
                $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(glilypond_dir)/$$f; 
\
        done
 
-
 uninstall_sub:
        $(RM) $(DESTDIR)$(bindir)/glilypond;
        for f in $(GLILYPOND_LIB_); do \
diff --git a/contrib/gperl/Makefile.sub b/contrib/gperl/Makefile.sub
index 02f24f4..947c5fe 100644
--- a/contrib/gperl/Makefile.sub
+++ b/contrib/gperl/Makefile.sub
@@ -54,7 +54,6 @@ install_data: gperl
 uninstall_sub:
        $(RM) $(DESTDIR)$(bindir)/gperl
 
-
 ########################################################################
 # Emacs settings
 ########################################################################
diff --git a/font/devlbp/Makefile.sub b/font/devlbp/Makefile.sub
index 7ef429d..47d71bf 100644
--- a/font/devlbp/Makefile.sub
+++ b/font/devlbp/Makefile.sub
@@ -18,4 +18,3 @@ DESC: DESC.in
          echo "papersize letter" >>DESC; \
        fi
        test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
-
diff --git a/font/devutf8/Makefile.sub b/font/devutf8/Makefile.sub
index 1047bdc..f27663e 100644
--- a/font/devutf8/Makefile.sub
+++ b/font/devutf8/Makefile.sub
@@ -29,4 +29,3 @@ DESC: DESC.proto
            -e "s/^vert .*$$/vert `expr $(RES) / $(LPI)`/" \
            -e "s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/" \
            $(srcdir)/DESC.proto >$@
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]