Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
d29aaeb2
Commit
d29aaeb2
authored
Dec 10, 2015
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New "json" target in Makefile
parent
cfc2a131
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Makefile
Makefile
+5
-0
lemonldap-ng-manager/scripts/jsongenerator.pl
lemonldap-ng-manager/scripts/jsongenerator.pl
+1
-1
No files found.
Makefile
View file @
d29aaeb2
...
...
@@ -156,6 +156,11 @@ all: configure common handler manager portal
# Perl libraries configuration
#
json
:
manager_json
manager_json
:
@
cd
lemonldap-ng-manager
&&
./scripts/jsongenerator.pl
&&
cd
-
configure
:
common_conf handler_conf portal_conf manager_conf
common_conf
:
...
...
lemonldap-ng-manager/scripts/jsongenerator.pl
View file @
d29aaeb2
#!/usr/bin/
env
perl -Ilib/ -w
#!/usr/bin/perl -Ilib/ -w
use
strict
;
...
...
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