Fix the install-info target in the Makefile.

This commit is contained in:
Carsten Dominik 2008-10-07 18:37:08 +02:00
parent 57e912c275
commit db16d55dbd
1 changed files with 2 additions and 0 deletions

View File

@ -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