clean:
rm -f *.o dss dss.1 dss.1.html Makefile.deps *.ppm *.png *~ cmdline.c cmdline.h index.html
-index.html: dss.1.html index.html.in INSTALL README
+index.html: dss.1.html index.html.in INSTALL README NEWS
sed -e '/@README@/,$$d' index.html.in > $@
grutatxt -nb < README >> $@
- sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@
+ sed -e '1,/@README@/d' -e '/@NEWS@/,$$d' index.html.in >> $@
+ grutatxt -nb < NEWS >> $@
+ sed -e '1,/@NEWS@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@
grutatxt -nb < INSTALL >> $@
sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@
sed -e '1,/Return to Main Contents/d' -e '/Index/,$$d' dss.1.html >> $@
-------------------
0.1.4 (2010-11-08)
-------------------
-
+~~~~~~~~~~~~~~~~~~
This version of dss contains some new features, many improvements of
existing features and several bug fixes.
and many error messages have been clarified. On SIGHUP, dss now writes
its configuration and internal state to the log file.
-------------------
0.1.3 (2009-06-06)
-------------------
-
+~~~~~~~~~~~~~~~~~~
You can now specify pre-rm/post-rm-hooks that are executed whenever
a snapshot is deleted. This release adds better compatibility with
rsync 3.0, and avoids busy loops when automatically restarting the
rsync process.
-------------------
0.1.2 (2009-03-05)
-------------------
-
+~~~~~~~~~~~~~~~~~~
This release includes the reason why a snapshot gets removed in the
log message. It will never remove the snapshot that is currently
being created. It will really pass the full path to the last complete
snapshot in the post_create_hook.
-------------------
0.1.1 (2008-11-13)
-------------------
-
+~~~~~~~~~~~~~~~~~~
This release prevents busy loops on rsync exit code 13. It ignores
any snapshot directory with creation time > completion time. It
opens /dev/null for reading and writing when executing rsync. It shows
human readable snapshot creation duration when listing snapshots. It
restarts the rsync process if it returned with exit code 13.
-------------------
0.1.0 (2008-10-10)
-------------------
-
+~~~~~~~~~~~~~~~~~~
Initial public release.
<hr>
[<a href="#readme">README</a>]
+ [<a href="#news">NEWS</a>]
[<a href="#download">Download</a>]
[<a href="#install">INSTALL</a>]
[<a href="#license">License</a>]
<hr>
+ <center>
+ <h2>
+ <a name="news">NEWS</a>
+ </h2>
+ </center>
+
+ @NEWS@
+
+ <hr>
<center>
<h2>