mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
6 lines
181 B
Bash
6 lines
181 B
Bash
#!/bin/bash
|
|
txt2tags -o ../INSTALL -t txt INSTALL.t2t
|
|
txt2tags -o index.html -t html INSTALL.t2t
|
|
txt2tags -o ../CODING -t txt CODING.t2t
|
|
txt2tags -o CODING.html -t html CODING.t2t
|