Changes between Initial Version and Version 1 of Ticket #5073
- Timestamp:
- 01/30/22 15:16:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5073 – Description
initial v1 2 2 3 3 Example: 4 ``` 4 {{{ 5 5 make[2]: Entering directory '/home/src/postgis/postgis/doc/po/pt_BR' 6 6 /usr/bin/perl -lpe "s'@@LAST_RELEASE_VERSION@@'3.3.0dev'g;s'@@POSTGIS_DOWNLOAD_URL@@'http://postgis.net/stuff'g;" postgis.xml > postgis-out.xml … … 10 10 > </funcprototype> 11 11 ^ 12 ``` 12 }}}