Skip to content

Commit

Permalink
Rename man dir to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolarevelant committed Oct 15, 2023
1 parent c147241 commit ba1712a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else ()
include(GNUInstallDirs)

# Compile and compress the manual pages
add_subdirectory(man)
add_subdirectory(doc)

# Install target
install(TARGETS ${PROJECT_NAME})
Expand Down
1 change: 1 addition & 0 deletions man/CMakeLists.txt → doc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Converts manual pages using scdoc and then compresses them

# Creates a static library to represent the manual pages
add_custom_target(ManualPages
COMMENT "Compiling and compressing manual pages"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ba1712a

Please sign in to comment.