File: README.Debian-source

package info (click to toggle)
vim-scripts 7-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,228 kB
  • ctags: 1,793
  • sloc: perl: 109; makefile: 30; sh: 11
file content (28 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

debian/vim-scripts.pl
---------------------

The above Perl scripts is used to manage the collection of scripts
contained in the debian vim-scripts package.

The script relies on the status file debian/vim-scripts.status which
lists the add-ons shipped in this package with several meta information
(author, URL, license, ...). Read it, the format is intuitive.

The script's usage, as reported by a simple invocation with no
arguments, is as follows:

  Usage: debian/vim-scripts.pl { doc | update | test } [ name ...  ]
	 debian/vim-scripts.pl copyright > debian/copyright

When invoked with "doc" it will generate a brief HTML documentation of
the scripts shipped in this package. The generated documentation is
shipped in the debian package, but not automatically generated at build
time. Do it.

When invoked with "update" it will check if newer version of the shipped
scripts are available on the vim.org website. The output will give you
the URLs where to download the new scripts.

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 22 Aug 2006 17:45:54 +0200