diff plugins/plugin/CMakeLists.txt @ 845:00a4720c4874

doc: rewrite documentation in manual pages, closes #1674 Get rid of markdown documentation and the custom generator tools, instead use raw manual pages.
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 16:15:57 +0200
parents 06cc2f95f479
children 5e25439fe98d
line wrap: on
line diff
--- a/plugins/plugin/CMakeLists.txt	Tue Jul 09 15:04:04 2019 +0200
+++ b/plugins/plugin/CMakeLists.txt	Mon Jul 08 16:15:57 2019 +0200
@@ -22,5 +22,5 @@
 	NAME plugin
 	TYPE JS
 	SCRIPT ${plugin-plugin_SOURCE_DIR}/plugin.js
-	DOCS ${plugin-plugin_SOURCE_DIR}/plugin.md
+	MAN ${plugin-plugin_SOURCE_DIR}/plugin.7
 )