diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-23 14:20:34 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-23 14:20:34 +1000 |
commit | 7650b633babbed7df9687f767083de16f08f7ea4 (patch) | |
tree | 3b1a5c945548cde1f1ab3a57f2aeacea7c2a9a72 | |
parent | d8ed112a97b811b3250adf339e667a033d453b5e (diff) | |
download | mediagoblin-7650b633babbed7df9687f767083de16f08f7ea4.tar.lz mediagoblin-7650b633babbed7df9687f767083de16f08f7ea4.tar.xz mediagoblin-7650b633babbed7df9687f767083de16f08f7ea4.zip |
Remove references to old tinymce dependency.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -63,7 +63,6 @@ venv* # extlib things /extlib/jquery/ /extlib/leaflet/ -/extlib/tinymce/ /extlib/video.js/ /extlib/videojs-resolution-switcher diff --git a/Makefile.in b/Makefile.in index deb0f529..7b21241f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@ |