Browse Source

Move man pages to man/

Martijn Braam 1 year ago
parent
commit
f7c4595625
2 changed files with 1 additions and 1 deletions
  1. 0 0
      man/makedng.1.scd
  2. 1 1
      meson.build

+ 0 - 0
doc/makedng.1.scd → man/makedng.1.scd


+ 1 - 1
meson.build

@@ -71,7 +71,7 @@ subdir('tests')
 
 scdoc = dependency('scdoc', required: get_option('man-pages'), version: '>= 1.9.7', native: true)
 if scdoc.found()
-    man_pages = ['doc/makedng.1.scd']
+    man_pages = ['man/makedng.1.scd']
     foreach src : man_pages
 		topic = src.split('/')[1].split('.')[0]
 		section = src.split('.')[1]