File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 88#
99#
1010# IDENTIFICATION
11- # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.48 2001/12/21 03:53:04 thomas Exp $
11+ # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.49 2002/01/30 21:54:17 petere Exp $
1212#
1313# ----------------------------------------------------------------------------
1414
@@ -139,21 +139,11 @@ $(addsuffix .rtf, $(ALLBOOKS)): %.rtf: %.sgml $(ALLSGML) stylesheet.dsl
139139
140140$(addsuffix .tex-ps, $(ALLBOOKS ) ) : % .tex-ps: % .sgml $(ALLSGML ) stylesheet.dsl
141141 $(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) -c $(CATALOG ) -d stylesheet.dsl -t tex -V tex-backend -i output-print -V texdvi-output -o $@ book-decl.sgml $<
142- # TeX transforms '--' into en-dashes. This hack should go away when
143- # OpenJade is fixed (ver. 1.4?)
144- $(PERL) -pi -e 's/\-\-/\\mbox{}-\\mbox{}-\\mbox{}/g' $@
145- $(PERL) -pi -e 's/\<\</\\mbox{}<\\mbox{}<\\mbox{}/g' $@
146- $(PERL) -pi -e 's/\>\>/\\mbox{}>\\mbox{}>\\mbox{}/g' $@
147- $(PERL) -pi -e "s/\'\'/\\\\mbox{}'\\\\mbox{}'\\\\mbox{}/g" $@
148142
149143programmer.tex-ps : catalogs.eps connections.eps
150144
151145$(addsuffix .tex-pdf, $(ALLBOOKS ) ) : % .tex-pdf: % .sgml $(ALLSGML ) stylesheet.dsl
152146 $(JADE ) $(JADEFLAGS ) $(SGMLINCLUDE ) -c $(CATALOG ) -d stylesheet.dsl -t tex -V tex-backend -i output-print -V texpdf-output -o $@ book-decl.sgml $<
153- $(PERL ) -pi -e ' s/\-\-/\\mbox{}-\\mbox{}-\\mbox{}/g' $@
154- $(PERL ) -pi -e ' s/\<\</\\mbox{}<\\mbox{}<\\mbox{}/g' $@
155- $(PERL ) -pi -e ' s/\>\>/\\mbox{}>\\mbox{}>\\mbox{}/g' $@
156- $(PERL ) -pi -e " s/\'\'/\\\\ mbox{}'\\\\ mbox{}'\\\\ mbox{}/g" $@
157147
158148programmer.tex-pdf : catalogs.pdf connections.pdf
159149
You can’t perform that action at this time.
0 commit comments