diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/adaptingman | 3 | ||||
| -rw-r--r-- | html/userman | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/html/adaptingman b/html/adaptingman new file mode 100644 index 00000000..74a3152c --- /dev/null +++ b/html/adaptingman @@ -0,0 +1,3 @@ +<?php require('functions.php3'); + hack_html("ProofGeneral/doc/PG-adapting_toc.html","Proof General adapting manual"); +?> diff --git a/html/userman b/html/userman new file mode 100644 index 00000000..e8ccc072 --- /dev/null +++ b/html/userman @@ -0,0 +1,3 @@ +<?php require('functions.php3'); + hack_html("ProofGeneral/doc/ProofGeneral_toc.html","Proof General user manual","userman"); +?> |
