Skip to content
Snippets Groups Projects
Commit b55d8611 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Fixed installation of documentation.

This was quite fundamentally broken, not only due to previous change.
parent cfae5b21
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,9 @@ doc/man/Makefile ...@@ -174,6 +174,9 @@ doc/man/Makefile
doc/example-config/Makefile doc/example-config/Makefile
doc/example-config/conf.d/Makefile doc/example-config/conf.d/Makefile
doc/rfc/Makefile doc/rfc/Makefile
doc/extensions/Makefile
doc/locations/Makefile
doc/plugins/Makefile
src/Makefile src/Makefile
src/lib-sieve/Makefile src/lib-sieve/Makefile
src/lib-sieve/util/Makefile src/lib-sieve/util/Makefile
......
SUBDIRS = man example-config rfc SUBDIRS = \
man \
example-config \
rfc \
extensions \
locations \
plugins
docfiles = \ docfiles =
script-location-dict.txt
if BUILD_DOCS if BUILD_DOCS
sieve_doc_DATA = $(docfiles) sieve_doc_DATA = $(docfiles)
...@@ -9,7 +14,5 @@ endif ...@@ -9,7 +14,5 @@ endif
EXTRA_DIST = \ EXTRA_DIST = \
devel \ devel \
extensions \
plugins \
$(docfiles) $(docfiles)
docfiles = \
duplicate.txt \
editheader.txt \
include.txt \
spamtest-virustest.txt \
vacation.txt
if BUILD_DOCS
extensions_docdir = $(sieve_docdir)/extensions
extensions_doc_DATA = $(docfiles)
endif
EXTRA_DIST = \
$(docfiles)
docfiles = \
dict.txt \
file.txt \
ldap.txt
if BUILD_DOCS
locations_docdir = $(sieve_docdir)/locations
locations_doc_DATA = $(docfiles)
endif
EXTRA_DIST = \
$(docfiles)
docfiles = \
sieve_extprograms.txt
if BUILD_DOCS
plugins_docdir = $(sieve_docdir)/plugins
plugins_doc_DATA = $(docfiles)
endif
EXTRA_DIST = \
$(docfiles)
docfiles = \ docfiles = \
body.rfc5173.txt body.rfc5173.txt \
collation.rfc4790.txt collation.rfc4790.txt \
copy.rfc3894.txt copy.rfc3894.txt \
draft-degener-sieve-multiscript-00.txt draft-degener-sieve-multiscript-00.txt \
draft-duerst-mailto-bis-05.txt draft-duerst-mailto-bis-05.txt \
draft-ietf-sieve-include-05.txt draft-ietf-appsawg-sieve-duplicate-03.txt \
draft-murchison-sieve-regex-07.txt draft-murchison-sieve-regex-07.txt \
editheader.rfc5293.txt editheader.rfc5293.txt \
environment.rfc5183.txt environment.rfc5183.txt \
ihave.rfc5463.txt ihave.rfc5463.txt \
imail.rfc2822.txt imail.rfc2822.txt \
imap4flags.rfc5232.txt imap4flags.rfc5232.txt \
mailto.rfc2368.txt include.rfc6609.txt \
managesieve.rfc5804.txt mailto.rfc2368.txt \
notify-mailto.rfc5436.txt managesieve.rfc5804.txt \
notify.rfc5435.txt notify-mailto.rfc5436.txt \
reject-ereject.rfc5429.txt notify.rfc5435.txt \
relational.rfc5231.txt reject-ereject.rfc5429.txt \
sieve.rfc5228.txt relational.rfc5231.txt \
spamvirustest.rfc5235.txt sieve.rfc5228.txt \
spec-bosch-sieve-duplicate.txt spamvirustest.rfc5235.txt \
subaddress.rfc5233.txt spec-bosch-sieve-debug.txt \
uri.rfc3986.txt spec-bosch-sieve-duplicate.txt \
utf-8.rfc3629.txt spec-bosch-sieve-extprograms.txt \
vacation.rfc5230.txt subaddress.rfc5233.txt \
vacation-seconds.rfc6131.txt uri.rfc3986.txt \
utf-8.rfc3629.txt \
vacation.rfc5230.txt \
vacation-seconds.rfc6131.txt \
variables.rfc5229.txt variables.rfc5229.txt
EXTRA_DIST = \ EXTRA_DIST = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.