fix info install (from Jean-François Maertens)

This commit is contained in:
Vitor Santos Costa 2009-04-28 15:02:37 -05:00
parent ecb54b0f63
commit bcfa642520
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ install_info:
gzip --quiet --force $(DESTDIR)$(INFODIR)/pillow_doc.info; \
fi \
fi; \
$(INSTALL_INFO) --quiet --section "Programming Languages" --entry="`cat pillow_doc.infoindex`" pillow_doc.info $(DESTDIR)$(INFODIR)/dir
$(INSTALL_INFO) --quiet --section "Programming Languages" --entry="`cat pillow_doc.infoindex`" --info-dir=$(DESTDIR)$(INFODIR) pillow_doc.info
install_docs:
$(MAKE) pdf