stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] [PATCH] Add the standard Make target `info'


From: Diogo F. S. Ramos
Subject: [STUMP] [PATCH] Add the standard Make target `info'
Date: Mon, 22 Dec 2014 13:33:49 -0200

`make stumpwm.info' continues to work, but `make info' is the usual
way for building Info manuals.

This also uses an implicit rule to build the Info manual.
---

I am sorry.  It is the standard "target", not "rule".  Please,
disregard the previous patch.

 Makefile.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 3066b1e..b7902dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,8 +32,7 @@ time.lisp color.lisp module.lisp stumpwm.lisp version.lisp
 
 all: stumpwm stumpwm.info
 
-stumpwm.info: stumpwm.texi
-       makeinfo stumpwm.texi
+info: stumpwm.info
 
 # FIXME: This rule is too hardcoded
 stumpwm.texi: stumpwm.texi.in
-- 
1.7.10.4




reply via email to

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