Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288218 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +10 lines)
Line  Link Here
0
-- configure.ac
0
++ configure.ac
Lines 507-519 Link Here
507
	fi
507
	fi
508
508
509
	extra_LIBS_clanSound="$extra_LIBS_clanSound $sound_libs"
509
	extra_LIBS_clanSound="$extra_LIBS_clanSound $sound_libs"
510
	AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
511
	fi
510
	fi
512
511
513
	if test "$enable_clanSound" = "auto"; then enable_clanSound=yes; fi
512
	if test "$enable_clanSound" = "auto"; then enable_clanSound=yes; fi
514
513
515
fi
514
fi
516
515
516
AM_CONDITIONAL(ALSA, test x$have_alsa = xyes)
517
517
if test "$enable_clanSound" != "no"; then
518
if test "$enable_clanSound" != "no"; then
518
	enable_clanSound=yes
519
	enable_clanSound=yes
519
	echo "Checking for clanMikmod stuff"
520
	echo "Checking for clanMikmod stuff"
520
-- Documentation/Makefile.am
521
++ Documentation/Makefile.am
Lines 1-4 Link Here
1
pkgdatadir = $(datadir)/doc/@PACKAGE@-@LT_RELEASE@
1
pkgdatadir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
2
2
3
SUBDIRS = @ClanLib_add_docs@
3
SUBDIRS = @ClanLib_add_docs@
4
4
5
-- Documentation/Overview/Makefile.am
5
++ Documentation/Overview/Makefile.am
Lines 1-4 Link Here
1
pkgdatadir  = $(datadir)/doc/@PACKAGE@-@LT_RELEASE@/Overview
1
pkgdatadir  = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@/Overview
2
2
3
XML_FILES  = $(wildcard $(srcdir)/*.xml)
3
XML_FILES  = $(wildcard $(srcdir)/*.xml)
4
HTML_FILES = $(patsubst %.xml,%.html, $(notdir $(XML_FILES)))
4
HTML_FILES = $(patsubst %.xml,%.html, $(notdir $(XML_FILES)))
5
-- Documentation/Reference/Makefile.am
5
++ Documentation/Reference/Makefile.am
Lines 1-6 Link Here
1
EXTRA_DIST = $(wildcart images/*.png)
1
EXTRA_DIST = $(wildcart images/*.png)
2
2
3
HTML_PREFIX = $(datadir)/doc/@PACKAGE@-@LT_RELEASE@
3
HTML_PREFIX = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
4
4
5
all-local:
5
all-local:
6
6
Lines 10-16 Link Here
10
	mkdir doxyoutput;
10
	mkdir doxyoutput;
11
	mkdir reftest
11
	mkdir reftest
12
	doxygen ./clanlib.doxygen
12
	doxygen ./clanlib.doxygen
13
	make -C ../Utilities/ReferenceDocs
13
	$(MAKE) -C ../Utilities/ReferenceDocs
14
	../Utilities/ReferenceDocs/ReferenceDocs
14
	../Utilities/ReferenceDocs/ReferenceDocs
15
15
16
install-html:
16
install-html:

Return to bug 288218