[xiph-cvs] cvs commit: ices/doc Makefile.am ices.1.in
Brendan
brendan at xiph.org
Sat Jun 21 19:04:25 PDT 2003
brendan 03/06/21 22:04:25
Modified: . configure.ac
doc Makefile.am ices.1.in
Log:
Substitute build paths into man page properly
Revision Changes Path
1.9 +3 -3 ices/configure.ac
Index: configure.ac
===================================================================
RCS file: /cvs/ice/ices/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -u -r1.8 -r1.9
--- configure.ac 13 Jun 2003 19:22:15 -0000 1.8
+++ configure.ac 22 Jun 2003 02:04:24 -0000 1.9
@@ -1,5 +1,5 @@
# configure script for ices
-# $Id: configure.ac,v 1.8 2003/06/13 19:22:15 brendan Exp $
+# $Id: configure.ac,v 1.9 2003/06/22 02:04:24 brendan Exp $
m4_define(ICES_MAJOR, 0)
m4_define(ICES_MINOR, 2)
@@ -11,8 +11,8 @@ AC_INIT([ices], ICES_VERSION, [icecast at x
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([src/ices.c])
-AC_CONFIG_FILES([Makefile src/Makefile src/playlist/Makefile
- conf/Makefile conf/ices.conf.dist doc/Makefile doc/ices.1])
+AC_CONFIG_FILES([Makefile src/Makefile src/playlist/Makefile conf/Makefile
+ conf/ices.conf.dist doc/Makefile])
VERSION=ICES_VERSION
<p><p>1.5 +8 -0 ices/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvs/ice/ices/doc/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -u -r1.4 -r1.5
--- Makefile.am 24 Jun 2001 21:10:59 -0000 1.4
+++ Makefile.am 22 Jun 2003 02:04:24 -0000 1.5
@@ -6,4 +6,12 @@ doc_DATA = icesmanual.html
man_MANS = ices.1
+edit = sed -e 's, at sysconfdir\@,$(sysconfdir),g' \
+ -e 's, at moddir\@,$(moddir),g' \
+ -e 's/@VERSION\@/$(VERSION)/g' \
+ -e 's, at PACKAGE\@,$(PACKAGE),g'
+
+ices.1: $(srcdir)/ices.1.in
+ $(edit) $(srcdir)/ices.1.in > ices.1
+
EXTRA_DIST = $(doc_DATA)
<p><p>1.5 +1 -1 ices/doc/ices.1.in
Index: ices.1.in
===================================================================
RCS file: /cvs/ice/ices/doc/ices.1.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -u -r1.4 -r1.5
--- ices.1.in 5 Mar 2003 16:15:44 -0000 1.4
+++ ices.1.in 22 Jun 2003 02:04:24 -0000 1.5
@@ -1,4 +1,4 @@
-.TH "ices" "1" "January 2003" "ices @VERSION@" "Icecast media streaming system"
+.TH "ices" "1" "June 2003" "ices @VERSION@" "Icecast media streaming system"
.SH NAME
ices \- stream MP3 audio to an icecast server
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list