[exim-cvs] Add doc target to make, for testing

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] Add doc target to make, for testing
Gitweb: https://git.exim.org/exim.git/commitdiff/27193c2c75fde3b0862112925074572b135d67c6
Commit:     27193c2c75fde3b0862112925074572b135d67c6
Parent:     ccdaab638bb794bbf9f7e7c59f08892ef585f8c6
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Nov 27 12:00:22 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Nov 27 12:00:22 2024 +0000


    Add doc target to make, for testing
---
 src/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)


diff --git a/src/Makefile b/src/Makefile
index 86d6f083f..a6e0de9f4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -87,6 +87,12 @@ install:        all
         @cd build-$(buildname); \
         build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)


+# For testing only; the version number is a dummy.
+# The build for release is done by the release-process script "mk_exim_release"
+
+doc:    FRC
+    cd ../doc/doc-docbook; $(MAKE) EXIM_VER=0 everything
+
 # Tidy-up targets


clean_exim:; cd build-$(buildname); \

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/