git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Typo in doc source.
[users/jgh/exim.git]
/
doc
/
doc-docbook
/
Makefile
diff --git
a/doc/doc-docbook/Makefile
b/doc/doc-docbook/Makefile
index f39c012087a66e204a53496b810877623b6ba13c..07eb322fa3003e7778fa17b1bdc106ffacf34a33 100644
(file)
--- a/
doc/doc-docbook/Makefile
+++ b/
doc/doc-docbook/Makefile
@@
-23,10
+23,22
@@
exim.8: spec.xml x2man
########################################################################
########################################################################
+.PHONY: local_params
+local_params:
+ echo .macro version > $@
+ echo $(EXIM_VER) >> $@
+ echo .endmacro >> $@
+ echo .macro fulldate >> $@
+ date "+%d %b %Y" >> $@
+ echo .endmacro >> $@
+ echo .macro year >> $@
+ date "+%Y" >> $@
+ echo .endmacro >> $@
+
############################### FILTER #################################
############################### FILTER #################################
-filter.xml: filter.xfpt
+filter.xml:
local_params
filter.xfpt
xfpt filter.xfpt
filter-pr.xml: filter.xml Pre-xml
xfpt filter.xfpt
filter-pr.xml: filter.xml Pre-xml
@@
-104,7
+116,7
@@
filter.info: filter-info.xml
################################ SPEC ##################################
################################ SPEC ##################################
-spec.xml: spec.xfpt
+spec.xml:
local_params
spec.xfpt
xfpt spec.xfpt
spec-pr.xml: spec.xml Pre-xml
xfpt spec.xfpt
spec-pr.xml: spec.xml Pre-xml
@@
-282,7
+294,8
@@
os-fixup:
clean:; /bin/rm -rf exim.8 \
filter*.xml spec*.xml test*.xml \
clean:; /bin/rm -rf exim.8 \
filter*.xml spec*.xml test*.xml \
- *.fo *.html *.pdf *.ps \
+ *.fo *.pdf *.ps \
+ filter*.html spec*.html test*.html \
filter*.txt spec*.txt test*.txt \
*.info* *.texinfo *.texi
filter*.txt spec*.txt test*.txt \
*.info* *.texinfo *.texi