File: build-docs

package info (click to toggle)
libyadis-ruby 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 440 kB
  • ctags: 372
  • sloc: ruby: 2,122; sh: 12; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
#
# Build the HTML documentation 
#
# Usage:
#  build-docs
#
# Must be run from the base of the repository
# Add files you'd like to be in the docs to RDOC_FILES

RDOC_FILES="README INSTALL COPYING lib/yadis/yadis.rb lib/yadis/parsehtml.rb lib/yadis/xrds.rb lib/yadis/fetcher.rb"
MAIN=README
rdoc --main="$MAIN" $RDOC_FILES