Remove $(format-me) and fix indentation.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 9 Nov 2012 23:01:03 +0000 (23:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 9 Nov 2012 23:01:03 +0000 (23:01 +0000)
ChangeLog
Makefile

index 011e854..1914a03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
 
+       * Makefile (format-me): Remove.
+       (INSTALL): Adjust indentation.  Use commands directly instead of
+       using $(format-me).
+
        * aclocal.m4 (ACX_PKGVERSION): New macro.
        (ACX_BUGURL): Likewise.
        * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
index 78aaeb4..6c1e392 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -397,15 +397,11 @@ dist: dist-prepare
        fi
 endif
 
-define format-me
-@rm -f $@
-makeinfo --no-validate --plaintext --no-number-sections \
-       -I$(common-objpfx)manual $< -o $@
--chmod a-w $@
-endef
 INSTALL: manual/install.texi manual/macros.texi \
-       $(common-objpfx)manual/pkgvers.texi
-       $(format-me)
+        $(common-objpfx)manual/pkgvers.texi
+       makeinfo --no-validate --plaintext --no-number-sections \
+                -I$(common-objpfx)manual $< -o $@
+       -chmod a-w $@
 $(common-objpfx)manual/%: FORCE
        $(MAKE) $(PARALLELMFLAGS) -C manual $@
 FORCE: