[STUMP] [PATCH] Add the standard Make target `info'
"Diogo F. S. Ramos" <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
`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