2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
5
- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.144 2010/06/12 09:55:12 petere Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.145 2010/06/12 15:42:44 momjian Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -124,7 +124,7 @@ version.sgml: $(top_srcdir)/configure
124
124
{ \
125
125
echo " <!entity version \" $( VERSION) \" >" ; \
126
126
echo " <!entity majorversion \" $( MAJORVERSION) \" >" ; \
127
- } > $@
127
+ } > $@
128
128
129
129
features-supported.sgml : $(top_srcdir ) /src/backend/catalog/sql_feature_packages.txt $(top_srcdir ) /src/backend/catalog/sql_features.txt
130
130
$(PERL ) $(srcdir ) /mk_feature_tables.pl YES $^ > $@
@@ -203,22 +203,22 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
203
203
LYNX = lynx
204
204
205
205
INSTALL HISTORY regress_README : % : % .html
206
- $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist -stdin > $@
206
+ $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist -stdin > $@
207
207
208
208
INSTALL.html : standalone-install.sgml installation.sgml version.sgml
209
- $(JADE.text ) -V nochunks standalone-install.sgml installation.sgml > $@
209
+ $(JADE.text ) -V nochunks standalone-install.sgml installation.sgml > $@
210
210
211
211
HISTORY.html : generate_history.pl $(wildcard $(srcdir ) /release* .sgml)
212
212
$(PERL ) $< " $( srcdir) " release.sgml > tempfile_HISTORY.sgml
213
- $(JADE.text ) -V nochunks tempfile_HISTORY.sgml > $@
213
+ $(JADE.text ) -V nochunks tempfile_HISTORY.sgml > $@
214
214
rm tempfile_HISTORY.sgml
215
215
216
216
regress_README.html : regress.sgml
217
217
( echo ' <!doctype chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [' ; \
218
218
echo ' <!entity % standalone-ignore "IGNORE">' ; \
219
219
echo ' <!entity % standalone-include "INCLUDE"> ]>' ; \
220
220
cat $< ) > tempfile_regress_README.sgml
221
- $(JADE.text ) -V nochunks tempfile_regress_README.sgml > $@
221
+ $(JADE.text ) -V nochunks tempfile_regress_README.sgml > $@
222
222
rm tempfile_regress_README.sgml
223
223
224
224
@@ -233,7 +233,7 @@ postgres.xml: $(srcdir)/postgres.sgml $(ALMOSTALLSGML)
233
233
$(OSX ) -D. -x lower $< > postgres.xmltmp
234
234
$(PERL ) -p -e ' s/\[(amp|copy|egrave|gt|lt|mdash|nbsp|ouml|pi|quot|uuml) *\]/\&\1;/g;' \
235
235
-e ' $$_ .= qq{<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">\n} if $$. == 1;' \
236
- < postgres.xmltmp > $@
236
+ < postgres.xmltmp > $@
237
237
rm postgres.xmltmp
238
238
# ' hello Emacs
239
239
@@ -262,7 +262,7 @@ MAKEINFO = makeinfo
262
262
$(DB2X_XSLTPROC ) -s texi -g output-file=$(basename $@ ) $< -o $@
263
263
264
264
% .texi : % .texixml
265
- $(DB2X_TEXIXML ) --encoding=iso-8859-1//TRANSLIT $< --to-stdout > $@
265
+ $(DB2X_TEXIXML ) --encoding=iso-8859-1//TRANSLIT $< --to-stdout > $@
266
266
267
267
% .info : % .texi
268
268
$(MAKEINFO ) --enable-encoding --no-split --no-validate $< -o $@
0 commit comments