[xiph-cvs] cvs commit: vorbis-tools/oggdec Makefile.am

Stan Seibert volsung at xiph.org
Thu Jul 4 06:33:34 PDT 2002



volsung     02/07/04 06:33:34

  Modified:    oggdec   Makefile.am
  Log:
  Fix to automake stuff to prevent oggdec manpage from being installed if
  oggdec is not built.

Revision  Changes    Path
1.6       +6 -3      vorbis-tools/oggdec/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am	2002/07/04 10:34:31	1.5
+++ Makefile.am	2002/07/04 13:33:33	1.6
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+mans = oggdec.1
+
 if BUILD_OGGDEC
 
 datadir = @datadir@
@@ -17,12 +19,13 @@
 
 oggdec_SOURCES = oggdec.c
 
+man_MANS = $(mans)
+mandir = @MANDIR@
+
 endif
 
-mandir = @MANDIR@
-man_MANS = oggdec.1
 
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(mans)
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><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