Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for vimconfig/Makefile between version 1.23 and 1.24

version 1.23, 2002/08/11 17:31:15 version 1.24, 2002/08/11 19:16:11
Line 21  DISTFILES_TEMPLATE_PLUGIN = vim \
Line 21  DISTFILES_TEMPLATE_PLUGIN = vim \
                                                 vim/templates/skel.sh \                                                  vim/templates/skel.sh \
                                                 vim/templates/Makefile                                                  vim/templates/Makefile
   
 DISTFILES = README FEATURES.txt tags \  DISTFILES = README \
                         Makefile vimrc gvimrc vim \                          Makefile vimrc gvimrc vim \
                         vim/strace.vim \                          vim/strace.vim \
                         vim/csyntax.vim \                          vim/csyntax.vim \
Line 30  DISTFILES = README FEATURES.txt tags \
Line 30  DISTFILES = README FEATURES.txt tags \
                         vim/compiler \                          vim/compiler \
                         vim/compiler/tex.vim \                          vim/compiler/tex.vim \
                         vim/diary \                          vim/diary \
                           vim/doc \
                           vim/doc/FEATURES.txt \
                           vim/doc/tags \
                         vim/ftplugin \                          vim/ftplugin \
                         vim/ftplugin/cvs.vim \                          vim/ftplugin/cvs.vim \
                         vim/ftplugin/html.vim \                          vim/ftplugin/html.vim \
Line 75  all: tags dist dist-template-plugin
Line 78  all: tags dist dist-template-plugin
   
 clean: clean-dist clean-dist-template-plugin clean-tags  clean: clean-dist clean-dist-template-plugin clean-tags
   
 tags: *.txt  tags:
         vim -c ":helptags ." -c ":q"          vim -u NONE -U NONE -c ":helptags ./vim/doc" -c ":q"
   
 clean-tags:  clean-tags:
         rm -f tags          rm -f vim/doc/tags
   
 clean-dist: clean-dist-template-plugin  clean-dist: clean-dist-template-plugin
         -rm -rf $(distdir)          -rm -rf $(distdir)
Line 191  uninstall:
Line 194  uninstall:
          echo " $$HOME/.vimrc"; \           echo " $$HOME/.vimrc"; \
          echo " $$HOME/.gvimrc";           echo " $$HOME/.gvimrc";
   
   .PHONY: clean tags
   
 # Modeline {{{  # Modeline {{{
 # vim:set ts=4:  # vim:set ts=4:
 # vim600:fdm=marker fdl=0 fdc=3 vb t_vb=:  # vim600:fdm=marker fdl=0 fdc=3 vb t_vb=:

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top