X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=doc%2Fdoc-docbook%2FMakefile;h=14bea8e6bb059d9a741e32829fb05257212b82fc;hp=4f92328121212cc64558a7621740da679490e699;hb=846430d945e9056842ad7f12f85d43435d78baf0;hpb=b32a971138c1120763af565a142787cf3175ced7 diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index 4f9232812..14bea8e6b 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,5 +1,3 @@ -# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.14 2010/05/28 15:38:18 nm4 Exp $ - # Make file for Exim documentation from xfpt source. notarget:; @echo "** You must specify a target, in the form x.y, where x is 'filter', 'spec'," @@ -25,10 +23,13 @@ exim.8: spec.xml x2man ######################################################################## +.PHONY: local_params +local_params: + ./GenLocalParams $@ ############################### FILTER ################################# -filter.xml: filter.xfpt +filter.xml: local_params filter.xfpt xfpt filter.xfpt filter-pr.xml: filter.xml Pre-xml @@ -106,7 +107,7 @@ filter.info: filter-info.xml ################################ SPEC ################################## -spec.xml: spec.xfpt +spec.xml: local_params spec.xfpt xfpt spec.xfpt spec-pr.xml: spec.xml Pre-xml @@ -284,7 +285,8 @@ os-fixup: 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