Author: dylan
Date: 2005-01-09 00:23:24 -0500 (Sun, 09 Jan 2005)
New Revision: 573

Modified:
   trunk/dev-tools/vim-automod/Makefile
   trunk/dev-tools/vim-automod/perl_automod.vim.m4
Log:
bugfix. :)



Modified: trunk/dev-tools/vim-automod/Makefile
===================================================================
--- trunk/dev-tools/vim-automod/Makefile        2005-01-09 05:20:23 UTC (rev 
572)
+++ trunk/dev-tools/vim-automod/Makefile        2005-01-09 05:23:24 UTC (rev 
573)
@@ -14,10 +14,10 @@
        @echo "autocmd BufNewFile *.pm nested call PerlModuleNewFile()"
 
 $(TEMPLATE_INSTALLED): $(TEMPLATE)
-       @echo install -D $< $@
+       install -D $< $@
 
 $(SCRIPT_INSTALLED): $(SCRIPT)
-       @echo install -D $< $@
+       install -D $< $@
 
 clean:
        rm $(SCRIPT)

Modified: trunk/dev-tools/vim-automod/perl_automod.vim.m4
===================================================================
--- trunk/dev-tools/vim-automod/perl_automod.vim.m4     2005-01-09 05:20:23 UTC 
(rev 572)
+++ trunk/dev-tools/vim-automod/perl_automod.vim.m4     2005-01-09 05:23:24 UTC 
(rev 573)
@@ -1,4 +1,4 @@
-" vi:set ts=8 sts=4 sw=4:
+" vim: set ft=vim ts=8 sts=4 sw=4:
 "
 " perl_automod.vim
 "


Reply via email to