postgis/doc/po/Makefile.local
Sandro Santilli 0be4223e97 Initial support for documentatin translation
Adds "update-po" Makefile target under doc/
Adds "local-html" Makefile target under doc/po/<lang>

git-svn-id: http://svn.osgeo.org/postgis/trunk@10299 b70326c6-7e19-0410-871a-916f4a2858ee
2012-09-17 12:31:54 +00:00

25 lines
395 B
Makefile

# This file should be included by the Makefile
# in each language directory
local-all: local-html comments
local-html: symlinks
$(MAKE) html
local-pdf: symlinks
$(MAKE) pdf
symlinks:
rm -f html; ln -s ../../html html
rm -f xsl; ln -s ../../xsl xsl
# for XML_SOURCES
include ../../Makefile
# XML gettext tools
PO2XML=po2xml
$(XML_SOURCES): %.xml: %.xml.po
$(PO2XML) ../../$@ $< > $@