Remove references to old tinymce dependency.
This commit is contained in:
parent
d8ed112a97
commit
7650b633ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,7 +63,6 @@ venv*
|
|||||||
# extlib things
|
# extlib things
|
||||||
/extlib/jquery/
|
/extlib/jquery/
|
||||||
/extlib/leaflet/
|
/extlib/leaflet/
|
||||||
/extlib/tinymce/
|
|
||||||
/extlib/video.js/
|
/extlib/video.js/
|
||||||
/extlib/videojs-resolution-switcher
|
/extlib/videojs-resolution-switcher
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ pkgdatadir = $(datadir)/@PACKAGE_NAME@
|
|||||||
pkgincludedir = $(includedir)/@PACKAGE_NAME@
|
pkgincludedir = $(includedir)/@PACKAGE_NAME@
|
||||||
PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir)
|
PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir)
|
||||||
|
|
||||||
EXTLIB_INSTALLS = extlib/jquery extlib/video.js extlib/leaflet extlib/tinymce
|
EXTLIB_INSTALLS = extlib/jquery extlib/video.js extlib/leaflet
|
||||||
|
|
||||||
# pkgpythondir = @pkgpythondir@
|
# pkgpythondir = @pkgpythondir@
|
||||||
# pkgpyexecdir = @pkgpyexecdir@
|
# pkgpyexecdir = @pkgpyexecdir@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user