fix install_info
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@127 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
eade18026c
commit
82dadfcf8e
@ -559,12 +559,11 @@ install_info:
|
|||||||
fi \
|
fi \
|
||||||
fi; \
|
fi; \
|
||||||
$(INSTALL_INFO) --quiet --section "Programming Languages" yap.info $(DESTDIR)$(INFODIR)/dir; \
|
$(INSTALL_INFO) --quiet --section "Programming Languages" yap.info $(DESTDIR)$(INFODIR)/dir; \
|
||||||
cd ../LGPL/pillow/doc ; \
|
cd $(srcdir)/LGPL/pillow/doc ; \
|
||||||
$(INSTALL) pillow_doc.info $(DESTDIR)$(INFODIR); \
|
$(INSTALL) pillow_doc.info $(DESTDIR)$(INFODIR); \
|
||||||
if test -e $(DESTDIR)$(INFODIR)/emacs.bz2; then \
|
if test -e $(DESTDIR)$(INFODIR)/emacs.bz2; then \
|
||||||
bzip2 --quiet --force $(DESTDIR)$(INFODIR)/pillow_doc.info; \
|
bzip2 --quiet --force $(DESTDIR)$(INFODIR)/pillow_doc.info; \
|
||||||
else \
|
else \
|
||||||
|
|
||||||
if test -e $(DESTDIR)$(INFODIR)/emacs.gz; then \
|
if test -e $(DESTDIR)$(INFODIR)/emacs.gz; then \
|
||||||
gzip --quiet --force $(DESTDIR)$(INFODIR)/pillow_doc.info; \
|
gzip --quiet --force $(DESTDIR)$(INFODIR)/pillow_doc.info; \
|
||||||
fi \
|
fi \
|
||||||
|
Reference in New Issue
Block a user