File: build-docs

package info (click to toggle)
ruby-openid 2.9.2debian-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,252 kB
  • sloc: ruby: 17,952; javascript: 6,183; xml: 219; sh: 78; python: 30; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
#
# Build the HTML documentation for the JanRain PHP OpenID library
#
# Usage:
#  build-docs
#
# Must be run from the base of the repository

RDOC_FILES="README INSTALL LICENSE UPGRADE lib/openid examples/README"
MAIN=README
rdoc --main="$MAIN" $RDOC_FILES