Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
23d4fbc2
Commit
23d4fbc2
authored
Feb 02, 2018
by
Xavier Bachelot
Browse files
Make use of --with-cssdir and --with-picturesdir at install time
parent
d8533f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/Makefile.am
View file @
23d4fbc2
...
...
@@ -414,8 +414,15 @@ EXTRA_DIST = $(nobase_static_DATA)
install-data-hook
:
cd
$(DESTDIR)$(staticdir)
;
\
rm
-f
external/foundation/js/vendor/jquery.js
@
echo
"Creating static_content directory"
-
@for
dir
in
$(staticdir)
;
do
\
if
[
!
-d
$(DESTDIR)$$
dir
]
;
then
\
echo
"Creating
$(DESTDIR)$$
dir"
;
\
$(INSTALL)
-d
-m
644
$(DESTDIR)$$
dir
;
\
fi
;
\
done
@
echo
"Creating writable directories"
-
@for
dir
in
$(
staticdir)
/css
$(staticdir)
/
pictures
;
do
\
-
@for
dir
in
$(
cssdir)
$(
pictures
dir)
;
do
\
if
[
!
-d
$(DESTDIR)$$
dir
]
;
then
\
echo
"Creating
$(DESTDIR)$$
dir"
;
\
$(INSTALL)
-d
-m
755
$(DESTDIR)$$
dir
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment