Explorar o código

Bugfix: Fix install-info-debian target in Makefile

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

+ 1 - 1
Makefile

@@ -139,7 +139,7 @@ install-info: $(INFOFILES)
 	$(INSTALL_INFO) --info-file=$(INFOFILES) --info-dir=$(infodir)
 
 install-info-debian: $(INFOFILES)
-	$(INSTALL_INFO) $(INFOFILES)
+	$(INSTALL_INFO) --infodir=$(infodir) $(INFOFILES)
 
 install-noutline: xemacs/noutline.elc
 	if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir); else true; fi ;