瀏覽代碼

Bugfix in autotools dist make target

Yann Weber 7 年之前
父節點
當前提交
9e3f66b403

+ 1
- 1
Makefile.am 查看文件

@@ -1,5 +1,5 @@
1 1
 SUBDIRS=lodel progs plugins
2
-EXTRA_DIST=doc plugins runtest install-tpl examples tests
2
+EXTRA_DIST=doc plugins runtest tplinstall examples tests
3 3
 
4 4
 lodel2datadir=$(datadir)/lodel2
5 5
 lodel2_localstate_DATA =

+ 1
- 0
lodel/auth/Makefile.am 查看文件

@@ -1,3 +1,4 @@
1
+SUBDIRS=
1 2
 auth_PYTHON = *.py
2 3
 authdir=$(pkgpythondir)/auth
3 4
 

+ 1
- 1
runtest 查看文件

@@ -55,7 +55,7 @@ fi
55 55
 PYTHON='env python3'
56 56
 testdir=$(mktemp -d)
57 57
 rmdir $testdir
58
-./progs/create_instance test_instance $testdir ./install-tpl ./examples/em_file.pickle $(dirname $0)
58
+./progs/create_instance test_instance $testdir ./tplinstall ./examples/em_file.pickle $(dirname $0)
59 59
 cp -R examples $testdir
60 60
 cp -R tests $testdir
61 61
 cd $testdir

install-tpl/Makefile → tplinstall/Makefile 查看文件


install-tpl/conf.d/datasources.ini → tplinstall/conf.d/datasources.ini 查看文件


install-tpl/conf.d/dummy_plugin.ini → tplinstall/conf.d/dummy_plugin.ini 查看文件


install-tpl/conf.d/lodel2.ini → tplinstall/conf.d/lodel2.ini 查看文件


install-tpl/conf.d/webui_plugin.ini → tplinstall/conf.d/webui_plugin.ini 查看文件


install-tpl/loader.py → tplinstall/loader.py 查看文件


install-tpl/lodel_admin.py → tplinstall/lodel_admin.py 查看文件


Loading…
取消
儲存