commit 2e48d40182ac669e3b21ce1d714353d255bb01cd Author: Oswald Buddenhagen <oswald.buddenha...@gmx.de> Date: Thu Jul 29 18:50:03 2021 +0200
update for v1.4 (no isync wrapper any more) .gitignore | 1 - Makefile | 5 +---- index.html | 7 +++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ba36eb3..182537c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/isync.html /mbsync.html diff --git a/Makefile b/Makefile index d0eee3b..145a8b1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # this is environment-specific! SRC := ../isync-stable/src HP := ossi,is...@web.sf.net:htdocs/ -FILES := index.html mbsync.html isync.html +FILES := index.html mbsync.html all: $(FILES) @@ -10,6 +10,3 @@ upload: $(FILES) mbsync.html: $(SRC)/mbsync.1 groff -Thtml -man $< > $@ - -isync.html: $(SRC)/compat/isync.1 - groff -Thtml -man $< > $@ diff --git a/index.html b/index.html index 13078fc..b4ca8fd 100644 --- a/index.html +++ b/index.html @@ -45,13 +45,12 @@ Some servers require workarounds; see the README file for details. <h2>Usage</h2> While <b>isync</b> is the project name, mbsync is the current executable name; -this change was necessary because of massive changes in the user interface. An -isync executable still exists; it is a compatibility wrapper around mbsync. +this change was necessary to enable a transition period after massive changes +in the user interface. <ul> <li><a href="mbsync.html">mbsync manual page</a></li> -<li><a href="isync.html">isync manual page</a></li> </ul> @@ -106,7 +105,7 @@ is written in Perl</li> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td> -Last update: Sun May 24 19:19:30 CEST 2015. +Last update: Thu Jul 29 18:44:54 CEST 2021. </td> <td> <p align="right"> _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel