File: dist-docs.sh

package info (click to toggle)
tinysparql 3.11~beta-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 24,632 kB
  • sloc: ansic: 119,093; python: 6,139; javascript: 725; sh: 121; perl: 106; xml: 67; makefile: 31; sql: 1
file content (8 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
docs_path=$1

# Ensure the build tree is compiled, we need generated files
ninja

# And copy the resulting devhelp documentation into the dist location
cp -a $docs_path ${MESON_DIST_ROOT}/docs/reference/doc/