diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 19:05:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 19:05:04 +0100 |
commit | c80153694d410af3f6248a61f9da1208ab6e40dd (patch) | |
tree | a14ccc093fd9669345e5e283b3366a46aeb8ece5 | |
parent | 9de938890e88420739d3827b879c20bd26dd396e (diff) | |
download | sciteco-c80153694d410af3f6248a61f9da1208ab6e40dd.tar.gz |
add links to Github pages
-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 |