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

rename to public, to match Mojolicious defaults

parent 87d3e349
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 3 deletions
SUBDIRS = bin conf lib resources templates
SUBDIRS = bin conf lib public templates
AM_TESTS_ENVIRONMENT = PERL5LIB='$(srcdir)/lib'; export PERL5LIB;
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
......
nobase_www_DATA = \
appwwwdir = $(pkgdatadir)/public
nobase_appwww_DATA = \
css/style.css \
css/edugain.css \
css/edugain-menu-master.css \
......@@ -86,4 +88,4 @@ nobase_www_DATA = \
jquery-ui-1.12.1/jquery-ui.min.js \
jquery-validation-1.17.0.min.js
EXTRA_DIST = $(nobase_www_DATA)
EXTRA_DIST = $(nobase_appwww_DATA)
File moved
File moved
File moved
File moved
File moved
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