branch: externals/idlwave
commit f0527ab05f0eab9ada472a84541c53ea4f34f7b3
Author: JD Smith <jdsm...@rain.mhr.utoledo.edu>
Commit: JD Smith <jdsm...@rain.mhr.utoledo.edu>

    Build info first for install-info
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4fbbb88c5f..a1389a66ec 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ install-lisp:
        $(CP) $(ELCFILES)  $(lispdir)
 
 .PHONY: install-info
-install-info:
+install-info: info
        if [ ! -d $(infodir) ]; then $(MKDIR) $(infodir); else true; fi ;
        $(CP) $(INFOFILES) $(infodir)
 

Reply via email to