zsh-workers
 help / color / mirror / code / Atom feed
* Re: pws-19 + patches: dangling (wrong?) links in info
@ 1999-05-31 14:58 Sven Wischnowsky
  1999-05-31 15:10 ` PATCH: " Andrej Borsenkow
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Wischnowsky @ 1999-05-31 14:58 UTC (permalink / raw)
  To: zsh-workers


Andrej Borsenkow wrote:

> I get "Control Functions: No such file or directory" and "Completion
> Functions: No such file or directory" when trying to follow links at the
> bottom of the "Completion System". I have all patches except the last one of
> Sven's (parameters completion before pipeline).

With info? Works for me...

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
  1999-05-31 14:58 pws-19 + patches: dangling (wrong?) links in info Sven Wischnowsky
@ 1999-05-31 15:10 ` Andrej Borsenkow
  1999-05-31 18:50   ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Andrej Borsenkow @ 1999-05-31 15:10 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

> 
> With info? Works for me...
> 

Yep. At least in my case makeinfo creates ten info files ...

/andrej

--- Doc/Makefile.in.org Mon May 24 19:50:35 1999
+++ Doc/Makefile.in     Mon May 31 19:07:41 1999
@@ -174,7 +174,7 @@
 # install info pages, creating install directory if necessary
 install.info: zsh.info
        $(sdir_top)/mkinstalldirs $(infodir)
-       for file in zsh.info zsh.info-[1-9]; do \
+       for file in zsh.info zsh.info-[1-9]*; do \
          if test -f $$file; then \
            $(INSTALL_DATA) $$file $(infodir); \
          elif test -f $(sdir)/$$file; then \


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
  1999-05-31 15:10 ` PATCH: " Andrej Borsenkow
@ 1999-05-31 18:50   ` Bart Schaefer
  0 siblings, 0 replies; 4+ messages in thread
From: Bart Schaefer @ 1999-05-31 18:50 UTC (permalink / raw)
  To: zsh-workers

On May 31,  7:10pm, Andrej Borsenkow wrote:
} Subject: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info
}
} Yep. At least in my case makeinfo creates ten info files ...

Need to handle the uninstall case too.


*** Doc/Makefile.in	1999/05/31 18:46:18	1.15
--- Doc/Makefile.in	1999/05/31 18:49:13
***************
*** 200,206 ****
  
  # uninstall info pages
  uninstall.info:
! 	rm -f $(infodir)/zsh.info $(infodir)/zsh.info-[1-9]
  
  # ========== DEPENDENCIES FOR CLEANUP ==========
  
--- 200,206 ----
  
  # uninstall info pages
  uninstall.info:
! 	rm -f $(infodir)/zsh.info $(infodir)/zsh.info-[1-9]*
  
  # ========== DEPENDENCIES FOR CLEANUP ==========
  

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* pws-19 + patches: dangling (wrong?) links in info
@ 1999-05-31 14:44 Andrej Borsenkow
  0 siblings, 0 replies; 4+ messages in thread
From: Andrej Borsenkow @ 1999-05-31 14:44 UTC (permalink / raw)
  To: ZSH workers mailing list

I get "Control Functions: No such file or directory" and "Completion
Functions: No such file or directory" when trying to follow links at the
bottom of the "Completion System". I have all patches except the last one of
Sven's (parameters completion before pipeline).

/andrej


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-05-31 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-31 14:58 pws-19 + patches: dangling (wrong?) links in info Sven Wischnowsky
1999-05-31 15:10 ` PATCH: " Andrej Borsenkow
1999-05-31 18:50   ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
1999-05-31 14:44 Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).