Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
994f11fb
Commit
994f11fb
authored
Jun 13, 2003
by
brendan
Browse files
Install documentation (ie example.c). Real API docs are for another day...
svn path=/trunk/libshout/; revision=4946
parent
4f8a0657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
994f11fb
...
...
@@ -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
...
...
@@ -18,13 +21,6 @@ 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@"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment