Skip to content

Commit 6ceb403

Browse files
Update path of icon images to match new file structure
Signed-off-by: Christian Wolf <[email protected]>
1 parent 0487233 commit 6ceb403

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ _build
2626
*.snag
2727

2828
# Icons files
29-
developer_manual/design/img
30-
developer_manual/design/icons.txt
29+
developer_manual/html_css_design/img
30+
developer_manual/html_css_design/icons.txt
3131

3232
# Exclude Eclipse project
3333
.project

build/generateIconsDoc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function command_exist($cmd) {
3838
}
3939

4040
$sourceDirectory = __DIR__ . '/server';
41-
$destinationDirectory = __DIR__ . '/../developer_manual/design/';
41+
$destinationDirectory = __DIR__ . '/../developer_manual/html_css_design/';
4242

4343
// Init scss compiler
4444
$scss = new Compiler();

0 commit comments

Comments
 (0)