[DRE-commits] [ruby-sprockets] 02/02: install manpage (help2man generated)

Hleb Valoshka tsfgnu-guest at alioth.debian.org
Sat Oct 12 22:03:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-sprockets.

commit da40e702d54d469501b0d78721433243dc994f20
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Sun Oct 13 01:00:40 2013 +0300

    install manpage (help2man generated)
---
 debian/ruby-sprockets.manpages |    1 +
 debian/sprockets.1             |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/debian/ruby-sprockets.manpages b/debian/ruby-sprockets.manpages
new file mode 100644
index 0000000..4747c70
--- /dev/null
+++ b/debian/ruby-sprockets.manpages
@@ -0,0 +1 @@
+debian/sprockets.1
diff --git a/debian/sprockets.1 b/debian/sprockets.1
new file mode 100644
index 0000000..af99fe5
--- /dev/null
+++ b/debian/sprockets.1
@@ -0,0 +1,37 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
+.TH SPROCKETS "1" "October 2013" "sprockets 2.10.0" "User Commands"
+.SH NAME
+sprockets \- command line tool for Sprockets library.
+
+Sprockets is a Ruby library for compiling and serving web assets.
+It features declarative dependency management for JavaScript and CSS
+assets, as well as a powerful preprocessor pipeline that allows you to
+write assets in languages like CoffeeScript, Sass, SCSS and LESS.
+.SH SYNOPSIS
+.B sprockets
+[\fIoptions\fR] \fIfilename \fR[\fIfilename \fR...]
+.SH DESCRIPTION
+.TP
+\fB\-r\fR, \fB\-\-require\fR LIBRARY
+Require the LIBRARY before doing anything
+.TP
+\fB\-I\fR, \fB\-\-include\fR=\fIDIRECTORY\fR
+Adds the directory to the Sprockets load path
+.TP
+\fB\-o\fR, \fB\-\-output\fR=\fIDIRECTORY\fR
+Copy provided assets into DIRECTORY
+.TP
+\fB\-\-css\-compressor\fR=\fICOMPRESSOR\fR
+Use CSS compressor
+.TP
+\fB\-\-js\-compressor\fR=\fICOMPRESSOR\fR
+Use JavaScript compressor
+.TP
+\fB\-\-noenv\fR
+Disables .sprocketsrc file
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Shows this help message
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Shows version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sprockets.git



More information about the Pkg-ruby-extras-commits mailing list