1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04: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:
moritz 2007-03-09 13:43:26 +00:00
parent 304908bff4
commit bc6ae77abd
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ dist_doc_DATA = COPYING NEWS README
CLEANFILES = core *.core *~ .*~
.PHONY: snapshot
.PHONY: regen-win32 snapshot
regen-win32:
cd win32; ${MAKE} regen-win32

View File

@ -92,7 +92,7 @@ const int ezstream_signals[] = { SIGHUP, SIGUSR1, SIGUSR2 };
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;

View File

@ -6,5 +6,7 @@ CLEANFILES = core *.core *~ .*~ ezstream.1.pdf
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

View File

@ -11,9 +11,7 @@ README.win32 - Information about the binary Ezstream distribution for Windows
+======================================================================+
| \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. |
+-----------------------+----------------------------------------------+