[xiph-commits] r12698 - in trunk/ezstream: . src win32
moritz at svn.xiph.org
moritz at svn.xiph.org
Fri Mar 9 05:43:31 PST 2007
Author: moritz
Date: 2007-03-09 05:43:26 -0800 (Fri, 09 Mar 2007)
New Revision: 12698
Modified:
trunk/ezstream/Makefile.am
trunk/ezstream/src/ezstream.c
trunk/ezstream/win32/Makefile.am
trunk/ezstream/win32/README.win32
Log:
Various tweakings, and sync Win32 README with new reality.
Modified: trunk/ezstream/Makefile.am
===================================================================
--- trunk/ezstream/Makefile.am 2007-03-09 08:07:04 UTC (rev 12697)
+++ trunk/ezstream/Makefile.am 2007-03-09 13:43:26 UTC (rev 12698)
@@ -7,7 +7,7 @@
CLEANFILES = core *.core *~ .*~
-.PHONY: snapshot
+.PHONY: regen-win32 snapshot
regen-win32:
cd win32; ${MAKE} regen-win32
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2007-03-09 08:07:04 UTC (rev 12697)
+++ trunk/ezstream/src/ezstream.c 2007-03-09 13:43:26 UTC (rev 12698)
@@ -92,7 +92,7 @@
volatile sig_atomic_t rereadPlaylist = 0;
volatile sig_atomic_t rereadPlaylist_notify = 0;
volatile sig_atomic_t skipTrack = 0;
-volatile sig_atomic_t queryMetadata = 0;
+volatile sig_atomic_t queryMetadata = 0;
#else
int rereadPlaylist = 0;
int rereadPlaylist_notify = 0;
Modified: trunk/ezstream/win32/Makefile.am
===================================================================
--- trunk/ezstream/win32/Makefile.am 2007-03-09 08:07:04 UTC (rev 12697)
+++ trunk/ezstream/win32/Makefile.am 2007-03-09 13:43:26 UTC (rev 12698)
@@ -6,5 +6,7 @@
do_subst = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/conf,g'
+.PHONY: regen-win32
+
regen-win32: Makefile
$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf
Modified: trunk/ezstream/win32/README.win32
===================================================================
--- trunk/ezstream/win32/README.win32 2007-03-09 08:07:04 UTC (rev 12697)
+++ trunk/ezstream/win32/README.win32 2007-03-09 13:43:26 UTC (rev 12698)
@@ -11,9 +11,7 @@
+======================================================================+
| \README.txt | This file. |
+-----------------------+----------------------------------------------+
-| \ezstream.1.html | The ezstream manual in HTML format. It is |
-| | automatically generated and looks very bad, |
-| | but should be readable enough to be useful. |
+| \ezstream.1.pdf | The ezstream manual in PDF format. |
+-----------------------+----------------------------------------------+
| \ezstream.exe | The ezstream executable file. |
+-----------------------+----------------------------------------------+
More information about the commits
mailing list