Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4f7a5cfb
...
4f7a5cfb3f41bd73e483e4196d590fb45223638f
authored
2006-06-15 13:30:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use documentation module. Update documentation-files to make sure MU docs are found.
1 parent
d06be8d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
libmu_scm/mailutils.scm.in
libmu_scm/mailutils.scm.in
View file @
4f7a5cf
...
...
@@ -18,7 +18,11 @@
;;;;
changequote
(
[
,
]
)
dnl
(
define-module
(
mailutils
mailutils
))
(
define-module
(
mailutils
mailutils
)
#
:use-module
(
ice-9
documentation
))
(
set!
documentation-files
(
append
documentation-files
(
list
"SITEDIR/guile-procedures.txt"
)))
(
define
mu-libs
(
list
"libmailutils"
"libmuauth"
...
...
Please
register
or
sign in
to post a comment