[xiph-cvs] cvs commit: vorbis-tools/ogg123 Makefile.am
Jack Moffitt
jack at xiph.org
Fri Nov 17 21:13:23 PST 2000
jack 00/11/17 21:13:23
Modified: ogg123 Makefile.am
Log:
all happy now
Revision Changes Path
1.6 +3 -4 vorbis-tools/ogg123/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am 2000/11/18 05:05:08 1.5
+++ Makefile.am 2000/11/18 05:13:22 1.6
@@ -3,10 +3,9 @@
AUTOMAKE_OPTIONS = foreign
bin_PROGRAMS = ogg123
-man_MANS = ogg123.1
-
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = ogg123rc-example
+man_MANS = ogg123.1
INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@
@@ -14,7 +13,7 @@
ogg123_SOURCES = ogg123.c
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(man_MANS) $(doc_DATA)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
--- >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