diff options
-rw-r--r-- | bootstrap.am | 1 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | doc/sciteco.1.in | 13 | ||||
-rw-r--r-- | doc/sciteco.7.template | 14 | ||||
-rw-r--r-- | src/main.c | 2 |
5 files changed, 11 insertions, 25 deletions
diff --git a/bootstrap.am b/bootstrap.am index a48df7a..8bce720 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -29,7 +29,6 @@ SUBST_MACRO = EB$<\e \ <FS@PACKAGE_NAME^Q@\e@PACKAGE_NAME@\e;>J \ <FS@PACKAGE_VERSION^Q@\e@PACKAGE_VERSION@\e;>J \ <FS@PACKAGE_URL^Q@\e@PACKAGE_URL@\e;>J \ - <FS@PACKAGE_URL_DEV^Q@\e@PACKAGE_URL_DEV@\e;>J \ <FS@bindir^Q@\e$(bindir)\e;>J \ <FS@libexecdir^Q@\e$(libexecdir)\e;>J \ <FS@scitecodatadir^Q@\e$(scitecodatadir)\e;>J \ diff --git a/configure.ac b/configure.ac index b7a5636..d94e5bf 100644 --- a/configure.ac +++ b/configure.ac @@ -5,11 +5,7 @@ AC_PREREQ([2.65]) AC_INIT([SciTECO], [2.1.0], [robin.haberkorn@googlemail.com], [sciteco], - [http://sciteco.sf.net/]) -PACKAGE_URL_DEV=https://github.com/rhaberkorn/sciteco -AC_SUBST(PACKAGE_URL_DEV) -AC_DEFINE_UNQUOTED(PACKAGE_URL_DEV, ["$PACKAGE_URL_DEV"], - [Package development homepage.]) + [https://github.com/rhaberkorn/sciteco]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index b03f62d..82c1a47 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -405,21 +405,14 @@ It may also be used as a template for Language reference: .BR sciteco (7) .TP -The \fBtroff\fP post-processor for \*(ST, including -information on how to write \(lqwomanpages\(rq: +The \fBtroff\fP post-processor for \*(ST, including information on how to write \(lqwomanpages\(rq: .BR grosciteco.tes (1) .TP -A \fBtroff\fP pre-processor commonly used to generate -man-pages: +A \fBtroff\fP pre-processor commonly used to generate man-pages: .BR tedoc.tes (1) .TP -Homepage: -.UR @PACKAGE_URL@ -\*(ST at Sourceforge -.UE -.TP Development home, bug tracker and wiki: -.UR @PACKAGE_URL_DEV@ +.UR @PACKAGE_URL@ \*(ST at Github .UE .TP diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index b5105ac..5bbd66a 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -2289,6 +2289,7 @@ This manual mentions differences on several occasions. . .SH SEE ALSO . +.\" FIXME: The URLs do not format in FreeBSD's man or in woman pages. .TP Program invocation and options: .BR sciteco (1) @@ -2298,22 +2299,19 @@ Scintilla messages and other documentation: Scintilla .UE .TP -Scinterm manual, documenting the mapping of -\(lqRGB\(rq values to terminal colors on curses user interfaces: +Scinterm manual, documenting the mapping of \(lqRGB\(rq values to terminal colors on curses user interfaces: .UR http://foicica.com/scinterm/manual.html Scinterm manual .UE .TP -Suitable terminal fonts for icon support in Curses (see -.BR ED command). +Suitable terminal fonts for icon support in Curses (see \fBED\fP flags): .UR https://www.nerdfonts.com/ Nerd Fonts .UE .TP -Gtk+ 3 documentation, containg details about -its CSS support and syntax: -.UR https://developer.gnome.org/gtk3/stable/GtkCssProvider.html -GtkCssProvider +Gtk+ 3 documentation, containg details about its CSS support and syntax: +.UR https://docs.gtk.org/gtk3/css-overview.html +Overview of CSS in GTK .UE . . @@ -137,7 +137,7 @@ teco_process_options(gchar ***argv) g_option_context_set_description( options, "Bug reports should go to <" PACKAGE_BUGREPORT "> or " - "<" PACKAGE_URL_DEV ">." + "<" PACKAGE_URL ">." ); g_option_context_add_main_entries(options, option_entries, NULL); |