Skip to content

Commit 7494ced

Browse files
author
Neil T. Dantam
committed
Generate manpages with doxygen
1 parent d1dcd43 commit 7494ced

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ modules.order
129129
/klinuxtest
130130
/clocktest
131131
/holedigger
132+
/doc/man/man3

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ RTF_EXTENSIONS_FILE =
13571357
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
13581358
# generate man pages
13591359

1360-
GENERATE_MAN = NO
1360+
GENERATE_MAN = YES
13611361

13621362
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
13631363
# If a relative path is entered the value of OUTPUT_DIRECTORY will be

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ AC_ARG_ENABLE([docbook],
233233
m4_ifdef([DX_INIT_DOXYGEN],
234234
[DX_HTML_FEATURE(ON)
235235
DX_PDF_FEATURE(OFF)
236+
DX_MAN_FEATURE(ON)
236237
DX_PS_FEATURE(OFF)
237238
DX_INIT_DOXYGEN(ach)],
238239
[AM_CONDITIONAL([DX_COND_doc], false)

0 commit comments

Comments
 (0)