[Vim-latex-cvs] SF.net SVN: vim-latex:[1057] trunk/vimfiles/Makefile
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2009-08-03 22:19:26
|
Revision: 1057 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1057&view=rev Author: tmaas Date: 2009-08-03 22:19:19 +0000 (Mon, 03 Aug 2009) Log Message: ----------- include documentation in the snapshot Modified Paths: -------------- trunk/vimfiles/Makefile Modified: trunk/vimfiles/Makefile =================================================================== --- trunk/vimfiles/Makefile 2009-08-03 22:15:11 UTC (rev 1056) +++ trunk/vimfiles/Makefile 2009-08-03 22:19:19 UTC (rev 1057) @@ -11,6 +11,7 @@ snapshot: rm -rf -- ./$(SNAPSHOTNAME) svn export . $(SNAPSHOTNAME) + make -C $(SNAPSHOTNAME)/doc tar cvzf ./$(SNAPSHOTNAME).tar.gz ./$(SNAPSHOTNAME) rm -rf -- ./$(SNAPSHOTNAME) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |