Skip to content
Snippets Groups Projects
Commit 4c4e1e99 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

rename the CGI file as .cgi

parent 801c7822
No related branches found
No related tags found
No related merge requests found
bin_SCRIPTS = account-manager-client.pl
bin_SCRIPTS = account-manager.pl
www_SCRIPTS = account-manager-web.pl
www_SCRIPTS = account-manager.cgi
EXTRA_DIST = account-manager-client.pl.in account-manager-web.pl.in
EXTRA_DIST = account-manager.pl.in account-manager.cgi.in
account-manager-client.pl: Makefile account-manager-client.pl.in
account-manager.pl: Makefile account-manager.pl.in
sed \
-e 's|[@]modulesdir[@]|$(modulesdir)|' \
-e 's|[@]sysconfdir[@]|$(sysconfdir)|' \
< $(srcdir)/$@.in > $@
chmod +x $@
account-manager-web.pl: Makefile account-manager-web.pl.in
account-manager.cgi: Makefile account-manager.cgi.in
sed \
-e 's|[@]modulesdir[@]|$(modulesdir)|' \
-e 's|[@]sysconfdir[@]|$(sysconfdir)|' \
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment