Explorar o código

Fix the install-info target in the Makefile.

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
db16d55dbd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -131,6 +131,8 @@ install-lisp: $(LISPFILES) $(ELCFILES)
 	$(CP) $(ELCFILES)  $(lispdir)
 
 install-info: $(INFOFILES)
+	if [ ! -d $(infodir) ]; then $(MKDIR) $(infodir); else true; fi ;
+	$(CP) $(INFOFILES) $(infodir)
 	$(INSTALL_INFO) --info-file=$(INFOFILES) --info-dir=$(infodir)
 
 install-noutline: xemacs/noutline.elc