From: Olivier Courtin Date: Sun, 15 Nov 2009 22:17:13 +0000 (+0000) Subject: Add final semicolon. Remove useless copy related to reference.xml X-Git-Tag: 1.5.0b1~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea3cf141ae429e519ef1320a15a582716a45a2de;p=postgis Add final semicolon. Remove useless copy related to reference.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@4821 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index f15c3d45e..3f7775998 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -90,7 +90,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO echo " try installing dblatex and then re-run configure"; \ false; \ else \ - cat reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output.xml reference_operator.xml reference_measure.xml reference_processing.xml reference_lrs.xml reference_transaction.xml reference_misc.xml reference_exception.xml > reference.xml \ + cat reference_management.xml reference_constructor.xml reference_accessor.xml reference_editor.xml reference_output.xml reference_operator.xml reference_measure.xml reference_processing.xml reference_lrs.xml reference_transaction.xml reference_misc.xml reference_exception.xml > reference.xml; \ cp reference.xml reference.xml.orig; \ cat reference.xml.orig | sed -e "s:term:listitem:g" > reference.xml; \ dblatex -T native -t pdf \ @@ -103,7 +103,6 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO -P figure.caution="${PWD}/html/images/caution" \ -P latex.output.revhistory=0 \ -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf $<; \ - cp reference.xml.orig reference.xml; \ rm -rf reference.xml.orig reference.xml; \ fi