[xiph-cvs] cvs commit: libshout Makefile.am
Brendan
brendan at xiph.org
Fri Jun 13 16:27:07 PDT 2003
brendan 03/06/13 19:27:07
Modified: . Makefile.am
Log:
Install documentation (ie example.c). Real API docs are for another day...
Revision Changes Path
1.12 +5 -9 libshout/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -u -r1.11 -r1.12
--- Makefile.am 13 Jun 2003 23:04:23 -0000 1.11
+++ Makefile.am 13 Jun 2003 23:27:07 -0000 1.12
@@ -5,8 +5,11 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include src examples
-EXTRA_DIST = COPYING INSTALL README shout.m4 m4/ac_config_libconfig_in.m4 \
- m4/acx_pthread.m4 m4/ogg.m4 m4/vorbis.m4 m4/xiph_clean_ccflags.m4
+EXTRA_DIST = shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 m4/ogg.m4 \
+ m4/vorbis.m4 m4/xiph_clean_ccflags.m4
+
+docdir = $(datadir)/doc
+doc_DATA = COPYING INSTALL README examples/example.c
m4datadir = $(datadir)/aclocal
m4data_DATA = shout.m4
@@ -17,13 +20,6 @@ if HAVE_PKGCONFIG
else
bin_SCRIPTS = shout-config
endif
-
-##install-data-local:
- ##mkdir -p $(DESTDIR)$(includedir)/shout
- ##mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
- ##$(INSTALL) -m 0644 README AUTHORS COPYING CHANGES $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)
- ##$(INSTALL) -m 0644 example/Makefile example/example.c $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
- ##$(INSTALL) -m 0644 shout.h $(DESTDIR)$(includedir)/shout
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