Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for vimconfig/Makefile between version 1.8 and 1.9

version 1.8, 2002/02/18 19:53:23 version 1.9, 2002/02/24 05:13:22
Line 15  VERSION_TEMPLATE_PLUGIN = 1.4
Line 15  VERSION_TEMPLATE_PLUGIN = 1.4
 DISTFILES_TEMPLATE_PLUGIN = vim \  DISTFILES_TEMPLATE_PLUGIN = vim \
                                                 vim/plugin \                                                  vim/plugin \
                                                 vim/plugin/templatefile.vim \                                                  vim/plugin/templatefile.vim \
                                                 vim/templates \  
                                                 vim/templates/ \                                                  vim/templates/ \
                                                 vim/templates/skel.c \                                                  vim/templates/skel.c \
                                                 vim/templates/skel.h \                                                  vim/templates/skel.h \
Line 29  DISTFILES = Makefile vimrc vim \
Line 28  DISTFILES = Makefile vimrc vim \
                         vim/ftplugin/mail.vim \                          vim/ftplugin/mail.vim \
                         vim/ftplugin/perl.vim \                          vim/ftplugin/perl.vim \
                         vim/ftplugin/tex.vim \                          vim/ftplugin/tex.vim \
                         vim/plugin/ \                          vim/plugin \
                         vim/plugin/CmdlineCompl.vim \                          vim/plugin/CmdlineCompl.vim \
                         vim/plugin/calendar.vim \                          vim/plugin/calendar.vim \
                         vim/plugin/matchit.vim $(DISTFILES_TEMPLATE_PLUGIN)                          vim/plugin/matchit.vim $(DISTFILES_TEMPLATE_PLUGIN)
Line 77  dist-template-plugin-all: distdir_templa
Line 76  dist-template-plugin-all: distdir_templa
 distdir_template_plugin: $(DISTFILES_TEMPLATE_PLUGIN)  distdir_template_plugin: $(DISTFILES_TEMPLATE_PLUGIN)
         -rm -rf $(distdir_template_plugin)          -rm -rf $(distdir_template_plugin)
         mkdir $(distdir_template_plugin)          mkdir $(distdir_template_plugin)
         here=`cd $(top_builddir) && pwd`; \          @here=`cd $(top_builddir) && pwd`; \
         top_distdir_template_plugin=`cd $(distdir_template_plugin) && pwd`; \          top_distdir_template_plugin=`cd $(distdir_template_plugin) && pwd`; \
         distdir_template_plugin=`cd $(distdir_template_plugin) && pwd`;          distdir_template_plugin=`cd $(distdir_template_plugin) && pwd`;
         @for file in $(DISTFILES_TEMPLATE_PLUGIN); do \          @FILES=`echo "$(DISTFILES_TEMPLATE_PLUGIN)" | awk 'BEGIN{RS=" "}{print}' | sort -u`; \
           for file in $$FILES; do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             mkdir $(distdir_template_plugin)/$$file; \              mkdir $(distdir_template_plugin)/$$file; \
Line 105  dist-all: distdir
Line 105  dist-all: distdir
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         -rm -rf $(distdir)          -rm -rf $(distdir)
         mkdir $(distdir)          mkdir $(distdir)
         here=`cd $(top_builddir) && pwd`; \          @here=`cd $(top_builddir) && pwd`; \
         top_distdir=`cd $(distdir) && pwd`; \          top_distdir=`cd $(distdir) && pwd`; \
         distdir=`cd $(distdir) && pwd`;          distdir=`cd $(distdir) && pwd`;
         @for file in $(DISTFILES); do \          @FILES=`echo "$(DISTFILES)" | awk 'BEGIN{RS=" "}{print}' | sort -u`; \
           for file in $$FILES; do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             mkdir $(distdir)/$$file; \              mkdir $(distdir)/$$file; \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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