diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/sciteco.1.in | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -72,6 +72,7 @@ SciTECO has the following build and runtime dependencies: Additional Documentation ======================== -* There is a manpage __sciteco__(1) describing program invocation and SciTECO's - batch mode processing. -* There is a manpage __sciteco__(7) describing SciTECO as a language. +* There is a manpage [__sciteco__(1)](http://rhaberkorn.github.com/sciteco/manuals/sciteco.1.html) + describing program invocation and SciTECO's batch mode processing. +* There is a manpage [__sciteco__(7)](http://rhaberkorn.github.com/sciteco/manuals/sciteco.7.html) + describing SciTECO as a language. diff --git a/configure.ac b/configure.ac index fe85159..3cd4e0b 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) AC_INIT([SciTECO], [0.1], [robin.haberkorn@googlemail.com], [sciteco], - [https://github.com/rhaberkorn/sciteco]) + [http://rhaberkorn.github.com/sciteco/]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 59b5772..3f1497f 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -175,7 +175,7 @@ Any conceived misbehaviour must be totally your fault. Language reference: .BR sciteco (7) .TP -Repository: +Homepage: .UR @PACKAGE_URL@ \*(ST .UE |