[xiph-cvs] cvs commit: vorbis-tools/oggenc/man Makefile.am
Jack Moffitt
jack at xiph.org
Fri Nov 17 21:36:32 PST 2000
jack 00/11/17 21:36:32
Modified: . vorbis-tools.spec
ogg123 Makefile.am
oggenc/man Makefile.am
Log:
mandir fixed
Revision Changes Path
1.10 +2 -2 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vorbis-tools.spec 2000/11/18 05:06:01 1.9
+++ vorbis-tools.spec 2000/11/18 05:36:31 1.10
@@ -41,8 +41,8 @@
%doc ogg123/ogg123rc-example
/usr/bin/oggenc
/usr/bin/ogg123
-/usr/man/man1/ogg123.1.gz
-/usr/man/man1/oggenc.1.gz
+/usr/share/man/man1/ogg123.1.gz
+/usr/share/man/man1/oggenc.1.gz
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
1.7 +1 -0 vorbis-tools/ogg123/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am 2000/11/18 05:13:22 1.6
+++ Makefile.am 2000/11/18 05:36:32 1.7
@@ -5,6 +5,7 @@
bin_PROGRAMS = ogg123
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = ogg123rc-example
+mandir = $(datadir)/man
man_MANS = ogg123.1
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@
1.2 +1 -0 vorbis-tools/oggenc/man/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am 2000/10/30 04:55:33 1.1
+++ Makefile.am 2000/11/18 05:36:32 1.2
@@ -2,6 +2,7 @@
AUTOMAKE_OPTIONS = foreign
+mandir = $(datadir)/man
man_MANS = oggenc.1
EXTRA_DIST = $(man_MANS)
--- >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