mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-06 11:21:22 +02:00
Ingmar Vanhassel: 26990: tidy up more HTML files
This commit is contained in:
parent
96a38a74f0
commit
ef9844b34c
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-05-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Ingmar Vanhassel: 26990: Doc/Makefile.in: tidy up all html
|
||||
files created by updated naming scheme.
|
||||
|
||||
2009-05-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* Michael Hwang: 26986: Doc/Zsh/compsys.yo: formatting.
|
||||
|
@ -11765,5 +11770,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4698 $
|
||||
* $Revision: 1.4699 $
|
||||
*****************************************************
|
||||
|
|
|
@ -332,14 +332,14 @@ uninstall.info:
|
|||
# install HTML manual
|
||||
install.html: html
|
||||
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(htmldir)
|
||||
for file in zsh*.html; do \
|
||||
for file in *.html; do \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(htmldir) || exit 1; \
|
||||
done
|
||||
.PHONY: install.html
|
||||
|
||||
# uninstall HTML manual
|
||||
uninstall.html:
|
||||
rm -f $(DESTDIR)$(htmldir)/zsh*.html
|
||||
rm -f $(DESTDIR)$(htmldir)/*.html
|
||||
.PHONY: uninstall.html
|
||||
|
||||
# ========== DEPENDENCIES FOR CLEANUP ==========
|
||||
|
|
Loading…
Reference in a new issue