Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
8d6bc6ba
Commit
8d6bc6ba
authored
Jan 22, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove shared files for official Debian releases
parent
0d47bd9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Makefile
Makefile
+17
-0
No files found.
Makefile
View file @
8d6bc6ba
...
...
@@ -128,6 +128,17 @@ DIFFPREFIX=
EXAMPLELANG
=
en
# For static Manager example only
ERASECONFIG
=
1
# Set to 0 if you do not want to replace your configuration
MANAGERLIBSTOREMOVEFORDEBIAN
=
$(RMANAGERSTATICDIR)
/bwr/jquery/
\
$(RMANAGERSTATICDIR)
/bwr/angular/
\
$(RMANAGERSTATICDIR)
/bwr/angular-cookie/
\
$(RMANAGERSTATICDIR)
/bwr/bootstrap/
\
$(RMANAGERSTATICDIR)
/bwr/es5-shim/
PORTALLIBSTOREMOVEFORDEBIAN
=
$(RPORTALSKINSDIR)
/bootstrap/fonts
\
$(RPORTALSKINSDIR)
/bootstrap/css/bootstrap
*
\
$(RPORTALSKINSDIR)
/bootstrap/js/bootstrap
*
\
$(RPORTALSKINSDIR)
/common/js/jquery-
*
\
$(RPORTALSKINSDIR)
/common/js/jquery.cookie
*
# GENERATED SRC FILESlemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
MANAGERJSONSRC
=
scripts/jsongenerator.pl
\
$(SRCMANAGERDIR)
/lib/Lemonldap/NG/Manager/Build.pm
\
...
...
@@ -438,6 +449,9 @@ install_manager_site: install_conf_dir
./scripts/transform-templates usedebianlibs
$(USEDEBIANLIBS)
jsminified
$(JSCOMPRESS)
cssminified
$(CSSCOMPRESS)
<
$$
f
\
>
$(RMANAGERTEMPLATESDIR)
/
`
basename
$$
f
`
;
\
done
@
if
test
"
$(USEDEBIANLIBS)
"
=
"yes"
;
then
\
rm
-rvf
$(MANAGERLIBSTOREMOVEFORDEBIAN)
;
\
fi
@
cp
-pR
$(SRCMANAGERDIR)
/eg/
*
$(RMANAGERPSGIDIR)
# Clean svn files
@
rm
-rf
$$
(
find
${RMANAGERDIR}
${RMANAGERSTATICDIR}
$(RMANAGERPSGIDIR)
\
...
...
@@ -465,6 +479,9 @@ install_portal_site: install_conf_dir
./scripts/transform-templates usedebianlibs
$(USEDEBIANLIBS)
jsminified
$(JSCOMPRESS)
cssminified
$(CSSCOMPRESS)
<
$$
f
>
$$
f.tmp
;
\
mv
-f
$$
f.tmp
$$
f
;
\
done
@
if
test
"
$(USEDEBIANLIBS)
"
=
"yes"
;
then
\
rm
-rvf
$(PORTALLIBSTOREMOVEFORDEBIAN)
;
\
fi
@
if
[
"
$(PORTALDIR)
/skins/"
!=
"
$(PORTALSKINSDIR)
/"
]
;
then
\
for
skin
in
$$
(
ls
$(SRCPORTALDIR)
/example/skins/
)
;
do
\
rm
-rf
$(RPORTALDIR)
/skins/
$$
skin/
;
\
...
...
Write
Preview
Markdown
is supported
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