Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Quack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
Zeit.shift
Quack
Commits
f44f5658
Commit
f44f5658
authored
11 years ago
by
Toke Eskildsen
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: The folder notes were taken from the last image processed
parent
aba8a35e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quack.sh
+9
-6
9 additions, 6 deletions
quack.sh
with
9 additions
and
6 deletions
quack.sh
+
9
−
6
View file @
f44f5658
...
@@ -828,11 +828,6 @@ function makeIndex() {
...
@@ -828,11 +828,6 @@ function makeIndex() {
exit
exit
fi
fi
pushd
$SRC_FOLDER
>
/dev/null
pushd
$SRC_FOLDER
>
/dev/null
if
[
-f
$SPECIFIC_FOLDER_SNIPPET
]
;
then
SNIPPET
=
`
cat
$SPECIFIC_FOLDER_SNIPPET
`
else
SNIPPET
=
"
$SNIPPET_FOLDER
"
fi
local
SRC_FOLDER
=
`
pwd
`
local
SRC_FOLDER
=
`
pwd
`
popd
>
/dev/null
popd
>
/dev/null
echo
"Processing
$SRC_FOLDER
"
echo
"Processing
$SRC_FOLDER
"
...
@@ -910,7 +905,15 @@ function makeIndex() {
...
@@ -910,7 +905,15 @@ function makeIndex() {
done
done
fi
fi
# UP, PARENT, SRC_FOLDER, DEST_FOLDER, IMAGES_HTML, THUMBS_HTML, SUBFOLDERS_HTML, EDITION_HTML
pushd
$SRC_FOLDER
>
/dev/null
if
[
-f
$SPECIFIC_FOLDER_SNIPPET
]
;
then
SNIPPET
=
`
cat
$SPECIFIC_FOLDER_SNIPPET
`
else
SNIPPET
=
"
$SNIPPET_FOLDER
"
fi
popd
>
/dev/null
# UP, PARENT, SRC_FOLDER, DEST_FOLDER, IMAGES_HTML, THUMBS_HTML, SUBFOLDERS_HTML, EDITION_HTML, SNIPPET
ctemplate
$FOLDER_TEMPLATE
>
$PP
ctemplate
$FOLDER_TEMPLATE
>
$PP
# Generate pages for sub folders
# Generate pages for sub folders
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment