Browse Source

Bugfixes in autotools chain and in debian packages

Yann Weber 7 years ago
parent
commit
292c0dd6b9
3 changed files with 4 additions and 2 deletions
  1. 2
    0
      .gitignore
  2. 1
    1
      Makefile.am
  3. 1
    1
      progs/create_instance.sh

+ 2
- 0
.gitignore View File

6
 doc/html
6
 doc/html
7
 doc/*.sqlite3.db
7
 doc/*.sqlite3.db
8
 .*.swp
8
 .*.swp
9
+Makefile
10
+Makefile.in

+ 1
- 1
Makefile.am View File

1
 SUBDIRS = lodel progs lodelsites
1
 SUBDIRS = lodel progs lodelsites
2
-EXTRA_DIST = plugins runtest examples tests runtest.sh debian
2
+EXTRA_DIST = runtest examples tests runtest.sh debian
3
 CLEANFILES = runtest
3
 CLEANFILES = runtest
4
 
4
 
5
 lodel2_localstate_DATA =
5
 lodel2_localstate_DATA =

+ 1
- 1
progs/create_instance.sh View File

84
 cp -Rv $em_file $instdir/editorial_model.pickle
84
 cp -Rv $em_file $instdir/editorial_model.pickle
85
 ln -sv $install_tpl/Makefile $instdir/Makefile
85
 ln -sv $install_tpl/Makefile $instdir/Makefile
86
 ln -sv $install_tpl/lodel_admin.py $instdir/lodel_admin.py
86
 ln -sv $install_tpl/lodel_admin.py $instdir/lodel_admin.py
87
-ln -sv $libdir/lodel/plugins $instdir/plugins
87
+ln -sv $libdir/plugins $instdir/plugins
88
 cp_loader
88
 cp_loader
89
 
89
 
90
 echo "BEGIN LS"
90
 echo "BEGIN LS"

Loading…
Cancel
Save