git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
LibreSSL: another go at getting DANE compileable
[exim.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index 86d6f083fa7b32293dcaac5d9e446f140f15d210..a6e0de9f452062056da658fe7e78716db0ab71a6 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-87,6
+87,12
@@
install: all
@cd build-$(buildname); \
build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)
@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); \
# Tidy-up targets
clean_exim:; cd build-$(buildname); \