chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c1aef03
)
lib/Makefile.am: Associate man pages with the code where possible.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 29 Dec 2015 15:49:17 +0000
(15:49 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000
(14:40 +0100)
lib/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index a1348ae5cf004dc424db00f15e20372f576b0de2..7cb564a19013895be713030f404669cc563e7e7d 100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-42,6
+42,7
@@
nodist_pkginclude_HEADERS=
pkginclude_HEADERS += sod.h
libsod_la_SOURCES += sod.c
pkginclude_HEADERS += sod.h
libsod_la_SOURCES += sod.c
+dist_man_MANS += sod.3
###--------------------------------------------------------------------------
### Generated builtin module.
###--------------------------------------------------------------------------
### Generated builtin module.
@@
-55,8
+56,8
@@
sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin
sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin
###--------------------------------------------------------------------------
sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin
###--------------------------------------------------------------------------
-###
M
anual pages.
+###
Other m
anual pages.
-dist_man_MANS += sod
.3 sod
-structs.3
+dist_man_MANS += sod-structs.3
###----- That's all, folks --------------------------------------------------
###----- That's all, folks --------------------------------------------------