diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-09-14 21:33:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-14 21:33:03 +0200 |
commit | 7608c070134c7dc5c477e17801cc61f6493d843d (patch) | |
tree | 579bc35ba2e4e5e44a14d7aaf75fbbca1c6febd6 /bin/gen-xhtml-thumbnails | |
parent | 81b599ccac172f1a42a3fed65ea2338cc3328bf0 (diff) |
Documentation for --archive
Diffstat (limited to 'bin/gen-xhtml-thumbnails')
-rwxr-xr-x | bin/gen-xhtml-thumbnails | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/gen-xhtml-thumbnails b/bin/gen-xhtml-thumbnails index c037b16..8088975 100755 --- a/bin/gen-xhtml-thumbnails +++ b/bin/gen-xhtml-thumbnails @@ -207,6 +207,13 @@ is not supported. =over +=item B<-x>, B<--archive> + +Create (and link) an "image.tar" archive containing all full-size image files. +All but the last directories in the files' path are stripped, besides that the +directory structure is preserved. So, if you run gen-xhtml-thumbnails -x in +.../mydir/, the archive will contain mydir/1.jpg, mydir/2.jpg etc. + =item B<-c>, B<--css> I<file> Use I<file> for css definitions |