mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Various tweakings, and sync Win32 README with new reality.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12698 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
304908bff4
commit
bc6ae77abd
@ -7,7 +7,7 @@ dist_doc_DATA = COPYING NEWS README
|
|||||||
|
|
||||||
CLEANFILES = core *.core *~ .*~
|
CLEANFILES = core *.core *~ .*~
|
||||||
|
|
||||||
.PHONY: snapshot
|
.PHONY: regen-win32 snapshot
|
||||||
|
|
||||||
regen-win32:
|
regen-win32:
|
||||||
cd win32; ${MAKE} regen-win32
|
cd win32; ${MAKE} regen-win32
|
||||||
|
@ -92,7 +92,7 @@ const int ezstream_signals[] = { SIGHUP, SIGUSR1, SIGUSR2 };
|
|||||||
volatile sig_atomic_t rereadPlaylist = 0;
|
volatile sig_atomic_t rereadPlaylist = 0;
|
||||||
volatile sig_atomic_t rereadPlaylist_notify = 0;
|
volatile sig_atomic_t rereadPlaylist_notify = 0;
|
||||||
volatile sig_atomic_t skipTrack = 0;
|
volatile sig_atomic_t skipTrack = 0;
|
||||||
volatile sig_atomic_t queryMetadata = 0;
|
volatile sig_atomic_t queryMetadata = 0;
|
||||||
#else
|
#else
|
||||||
int rereadPlaylist = 0;
|
int rereadPlaylist = 0;
|
||||||
int rereadPlaylist_notify = 0;
|
int rereadPlaylist_notify = 0;
|
||||||
|
@ -6,5 +6,7 @@ CLEANFILES = core *.core *~ .*~ ezstream.1.pdf
|
|||||||
|
|
||||||
do_subst = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/conf,g'
|
do_subst = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/conf,g'
|
||||||
|
|
||||||
|
.PHONY: regen-win32
|
||||||
|
|
||||||
regen-win32: Makefile
|
regen-win32: Makefile
|
||||||
$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf
|
$(do_subst) < $(top_srcdir)/doc/ezstream.1.in | nroff -Tps -mandoc - | ps2pdf - ezstream.1.pdf
|
||||||
|
@ -11,9 +11,7 @@ README.win32 - Information about the binary Ezstream distribution for Windows
|
|||||||
+======================================================================+
|
+======================================================================+
|
||||||
| \README.txt | This file. |
|
| \README.txt | This file. |
|
||||||
+-----------------------+----------------------------------------------+
|
+-----------------------+----------------------------------------------+
|
||||||
| \ezstream.1.html | The ezstream manual in HTML format. It is |
|
| \ezstream.1.pdf | The ezstream manual in PDF format. |
|
||||||
| | automatically generated and looks very bad, |
|
|
||||||
| | but should be readable enough to be useful. |
|
|
||||||
+-----------------------+----------------------------------------------+
|
+-----------------------+----------------------------------------------+
|
||||||
| \ezstream.exe | The ezstream executable file. |
|
| \ezstream.exe | The ezstream executable file. |
|
||||||
+-----------------------+----------------------------------------------+
|
+-----------------------+----------------------------------------------+
|
||||||
|
Loading…
Reference in New Issue
Block a user