File: update-help.sh

package info (click to toggle)
freespace2 24.0.2%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 43,188 kB
  • sloc: cpp: 583,107; ansic: 21,729; python: 1,174; sh: 464; makefile: 248; xml: 181
file content (7 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/bin/sh

src="$(dirname $(readlink -f $0))"
: ${CMAKE:=$(which cmake)}
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.html"
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.txt"