cmark

My personal build of CMark ✏️

Commit
e466700c9744dd361b4fb17f93382449a8a6a166
Parent
e7efe2af56ceae5df00f23bb6090c81bb734bb5c
Author
John MacFarlane <jgm@berkeley.edu>
Date

Changed name of man target to 'manpages'.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified man/CMakeLists.txt 2 1 1
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
@@ -1,7 +1,7 @@
 set(MANDEST ${CMAKE_CURRENT_BINARY_DIR})
 file(MAKE_DIRECTORY ${MANDEST}/man1)
 
-add_custom_target(doc ALL
+add_custom_target(manpages ALL
   DEPENDS ${MANDEST}/man1/cmark.1
 )