The C DOM API had been deprecated since WebKitGTK 2.22. This is the editor rewrite to use the new API.
14 lines
184 B
CMake
14 lines
184 B
CMake
set(DATA_FILES
|
|
e-convert.js
|
|
e-editor.js
|
|
e-selection.js
|
|
e-undo-redo.js
|
|
e-web-view.js
|
|
webview.css
|
|
webview-print.css
|
|
)
|
|
|
|
install(FILES ${DATA_FILES}
|
|
DESTINATION ${webkitdatadir}
|
|
)
|