aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/left-right-protocol2
-rw-r--r--docs/publication-protocol2
-rw-r--r--rpkid/INSTALLATION2
-rw-r--r--rpkid/Makefile22
-rw-r--r--rpkid/OPERATION4
-rw-r--r--rpkid/rpki/__init__.py2
6 files changed, 20 insertions, 14 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol
index 6fba335b..eca2a249 100644
--- a/docs/left-right-protocol
+++ b/docs/left-right-protocol
@@ -473,5 +473,5 @@ Error handling
__________________________________________________________________
- Generated on Wed Jun 11 20:53:54 2008 for RPKI Engine by doxygen
+ Generated on Wed Jun 11 22:30:25 2008 for RPKI Engine by doxygen
1.5.5
diff --git a/docs/publication-protocol b/docs/publication-protocol
index cd9d55ff..53a0e399 100644
--- a/docs/publication-protocol
+++ b/docs/publication-protocol
@@ -223,5 +223,5 @@ Additional access control considerations.
__________________________________________________________________
- Generated on Wed Jun 11 20:53:54 2008 for RPKI Engine by doxygen
+ Generated on Wed Jun 11 22:30:25 2008 for RPKI Engine by doxygen
1.5.5
diff --git a/rpkid/INSTALLATION b/rpkid/INSTALLATION
index 2540ce89..5a83c8ba 100644
--- a/rpkid/INSTALLATION
+++ b/rpkid/INSTALLATION
@@ -68,5 +68,5 @@ Installation
__________________________________________________________________
- Generated on Wed Jun 11 20:53:54 2008 for RPKI Engine by doxygen
+ Generated on Wed Jun 11 22:30:25 2008 for RPKI Engine by doxygen
1.5.5
diff --git a/rpkid/Makefile b/rpkid/Makefile
index b2939a63..6321dffe 100644
--- a/rpkid/Makefile
+++ b/rpkid/Makefile
@@ -73,19 +73,25 @@ resource-cert-samples/.stamp: generate-testrepo.py Makefile
python generate-testrepo.py
touch $@
-TWEAKHTML := xsltproc --html tweak-doc.xsl
-#HTML2TEXT := w3m -dump -T text/html
-HTML2TEXT := lynx -dump -nolist -force_html /dev/stdin
+HTML2TEXT = xsltproc --html tweak-doc.xsl $? | lynx -dump -nolist -force_html /dev/stdin >$@
dox doxygen:
cd rpki && TZ='' doxygen
cd rpki/latex && TZ='' make >/dev/null 2>&1
- ${TWEAKHTML} rpki/html/Installation.html | ${HTML2TEXT} >INSTALLATION
- ${TWEAKHTML} rpki/html/Operation.html | ${HTML2TEXT} >OPERATION
- ${TWEAKHTML} rpki/html/Left-right.html | ${HTML2TEXT} >../docs/left-right-protocol
- ${TWEAKHTML} rpki/html/Publication.html | ${HTML2TEXT} >../docs/publication-protocol
-doc:: dox
+doc:: dox INSTALLATION OPERATION ../docs/left-right-protocol ../docs/publication-protocol
+
+INSTALLATION: rpki/html/Installation.html
+ ${HTML2TEXT}
+
+OPERATION: rpki/html/Operation.html
+ ${HTML2TEXT}
+
+../docs/left-right-protocol: rpki/html/Left-right.html
+ ${HTML2TEXT}
+
+../docs/publication-protocol: rpki/html/Publication.html
+ ${HTML2TEXT}
tags:
find . -type f -name '*.py' ! -name relaxng.py | etags -
diff --git a/rpkid/OPERATION b/rpkid/OPERATION
index 836e76be..3ded4bf4 100644
--- a/rpkid/OPERATION
+++ b/rpkid/OPERATION
@@ -582,7 +582,7 @@ testpoke.py
Sample configuration file:
---
- # $Id: __init__.py 1866 2008-06-11 18:27:14Z sra $
+ # Sample YAML configuration file for testpoke.py
version: 1
posturl: https://localhost:4433/up-down/1
@@ -621,5 +621,5 @@ testpoke.py
__________________________________________________________________
- Generated on Wed Jun 11 20:53:54 2008 for RPKI Engine by doxygen
+ Generated on Wed Jun 11 22:30:25 2008 for RPKI Engine by doxygen
1.5.5
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py
index 26efbf6a..7669286f 100644
--- a/rpkid/rpki/__init__.py
+++ b/rpkid/rpki/__init__.py
@@ -838,7 +838,7 @@
##
## @verbatim
## ---
-## # $Id$
+## # Sample YAML configuration file for testpoke.py
##
## version: 1
## posturl: https://localhost:4433/up-down/1