diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 10:15:41 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-09 10:15:41 +0200 |
| commit | 61f3efc89247a1cc0d8042db96bf9c4c09f04d26 (patch) | |
| tree | 6542697cc3fa4d62cc3d25c8da3852254d2da26f /docs | |
| parent | cd3e338ef309f389adef386b8ece02f919d01693 (diff) | |
refactor
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/photoalbum.1 | 11 | ||||
| -rw-r--r-- | docs/photoalbum.txt | 9 |
2 files changed, 5 insertions, 15 deletions
diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index 130a5c4..5f47e06 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PHOTOALBUM 1" -.TH PHOTOALBUM 1 "2014-05-07" "photoalbum 0.3.1develop" "User Commands" +.TH PHOTOALBUM 1 "2014-05-09" "photoalbum 0.3.1develop" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -133,14 +133,11 @@ photoalbum \- photoalbum is a minimal bash script for linux to generate static web photo albums. .SH "SYNOPSIS" .IX Header "SYNOPSIS" -photoalbum clean|init|version|generate|all [rcfile] +photoalbum clean|version|generate|all [rcfile] photoalbum makemake .IP "clean" 4 .IX Item "clean" Cleans up the working space -.IP "init" 4 -.IX Item "init" -Initializes the working space .IP "version" 4 .IX Item "version" Prints out the version @@ -149,7 +146,7 @@ Prints out the version Generates the static photoalbum .IP "all" 4 .IX Item "all" -This just runs 'clean init generate' right after another. +This just runs 'clean generate' right after another. .IP "makemake" 4 .IX Item "makemake" Creates a Makefile and photoalbumrc in the current working directory. @@ -159,8 +156,6 @@ Creates a Makefile and photoalbumrc in the current working directory. .IX Subsection "TUTORIAL" * See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it. .PP -* Run 'photoalbum init' -.PP * Copy all images wanted to the incoming folder (see config file) .PP * Run 'photoalbum generate' diff --git a/docs/photoalbum.txt b/docs/photoalbum.txt index 32722a7..c2cfb8a 100644 --- a/docs/photoalbum.txt +++ b/docs/photoalbum.txt @@ -3,21 +3,18 @@ NAME static web photo albums. SYNOPSIS - photoalbum clean|init|version|generate|all [rcfile] photoalbum makemake + photoalbum clean|version|generate|all [rcfile] photoalbum makemake clean Cleans up the working space - init - Initializes the working space - version Prints out the version generate Generates the static photoalbum - all This just runs 'clean init generate' right after another. + all This just runs 'clean generate' right after another. makemake Creates a Makefile and photoalbumrc in the current working @@ -28,8 +25,6 @@ SYNOPSIS * See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it. - * Run 'photoalbum init' - * Copy all images wanted to the incoming folder (see config file) * Run 'photoalbum generate' |
