Remove references to old tinymce dependency.

This commit is contained in:
Ben Sturmfels 2021-04-23 14:20:34 +10:00
parent d8ed112a97
commit 7650b633ba
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -63,7 +63,6 @@ venv*
# extlib things
/extlib/jquery/
/extlib/leaflet/
/extlib/tinymce/
/extlib/video.js/
/extlib/videojs-resolution-switcher

View File

@ -46,7 +46,7 @@ pkgdatadir = $(datadir)/@PACKAGE_NAME@
pkgincludedir = $(includedir)/@PACKAGE_NAME@
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@
# pkgpyexecdir = @pkgpyexecdir@