[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment Makefile.am
Stan Seibert
volsung at xiph.org
Mon Sep 15 15:02:18 PDT 2003
volsung 03/09/15 18:02:17
Modified: ogg123 Makefile.am
oggdec Makefile.am
oggenc/man Makefile.am
ogginfo Makefile.am
vcut Makefile.am
vorbiscomment Makefile.am
Log:
Man pages weren't getting included in the tarballs after some previous
automake restructuring.
Revision Changes Path
1.31 +3 -1 vorbis-tools/ogg123/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile.am 6 Aug 2003 21:49:37 -0000 1.30
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.31
@@ -29,11 +29,13 @@
cfgfile_options.h cmdline_options.h \
format.h ogg123.h playlist.h status.h \
transport.h vorbis_comments.h
-EXTRA_ogg123_SOURCES = flac_format.c easyflac.c easyflac.h speex_format.c
man_MANS = ogg123.1
doc_DATA = ogg123rc-example
+EXTRA_ogg123_SOURCES = flac_format.c easyflac.c easyflac.h speex_format.c \
+ $(man_MANS) $(doc_DATA)
+
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>1.9 +1 -0 vorbis-tools/oggdec/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am 24 Jun 2003 02:29:32 -0000 1.8
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.9
@@ -21,6 +21,7 @@
man_MANS = $(mans)
mandir = @MANDIR@
+EXTRA_oggdec_SOURCES = $(man_MANS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>1.7 +1 -1 vorbis-tools/oggenc/man/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am 24 Jun 2003 02:29:32 -0000 1.6
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.7
@@ -5,4 +5,4 @@
mans = oggenc.1
mandir = @MANDIR@
-man_MANS = $(mans)
+dist_man_MANS = $(mans)
<p><p>1.15 +1 -1 vorbis-tools/ogginfo/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.am 24 Jun 2003 02:29:32 -0000 1.14
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.15
@@ -19,7 +19,7 @@
ogginfo_DEPENDENCIES = @SHARE_LIBS@
ogginfo_SOURCES = $(ogginfosources)
-
+EXTRA_ogginfo_SOURCES = $(man_MANS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>1.9 +1 -0 vorbis-tools/vcut/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vcut/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am 24 Jun 2003 02:29:32 -0000 1.8
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.9
@@ -18,6 +18,7 @@
vcut_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@
vcut_SOURCES = $(vcutsources)
+EXTRA_vcut_SOURCES = $(man_MANS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>1.19 +2 -0 vorbis-tools/vorbiscomment/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Makefile.am 24 Jun 2003 02:29:32 -0000 1.18
+++ Makefile.am 15 Sep 2003 22:02:17 -0000 1.19
@@ -20,6 +20,8 @@
vorbiscomment_SOURCES = $(vorbiscommentsources)
+EXTRA_vorbiscomment_SOURCES = $(man_MANS)
+
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<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