Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/MyProxyClient/documentation/Makefile@6918
Revision 6918,
587 bytes
checked in by pjkersha, 11 years ago
(diff) |
Incomplete - task 5: MyProxy? Logon HTTPS Interface
- Updated MyProxyClient with bootstrap capability for get trust roots and logon methods.
|
Line | |
---|
1 | # |
---|
2 | # Makefile to generate epydoc documentation for the MyProxy Client Package |
---|
3 | # |
---|
4 | # NERC Data Grid Project |
---|
5 | # |
---|
6 | # @author P J Kershaw 15/12/08 |
---|
7 | # |
---|
8 | |
---|
9 | # @copyright: (C) 2008 STFC |
---|
10 | # |
---|
11 | # @license: http://www.apache.org/licenses/LICENSE-2.0 |
---|
12 | # |
---|
13 | # $Id$ |
---|
14 | |
---|
15 | # Generate HTML from embedded epydoc text in source code. |
---|
16 | EPYDOC=epydoc |
---|
17 | EPYDOC_OUTDIR=. |
---|
18 | EPYDOC_NAME='MyProxy Client' |
---|
19 | EPYDOC_LOGFILE=epydoc.log |
---|
20 | EPYDOC_FRAMES_OPT=--no-frames |
---|
21 | epydoc: |
---|
22 | ${EPYDOC} ../myproxy -o ${EPYDOC_OUTDIR} --name ${EPYDOC_NAME} \ |
---|
23 | ${EPYDOC_FRAMES_OPT} --include-log --graph=all -v > ${EPYDOC_LOGFILE} |
---|
24 | |
---|
25 | clean: |
---|
26 | rm -f *.txt *.html *.gif |
---|
Note: See
TracBrowser
for help on using the repository browser.