From 29889061262a94aeb8871b185b29a1699f55af63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 28 Nov 2005 12:24:56 +0000 Subject: *BUGFIX* Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56 --- doc/hackersguide/Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index 7fdc77706..e6812c19e 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -7,12 +7,16 @@ hackersguide_sgml = hackersguide.sgml \ internals.sgml \ stream.sgml \ output.sgml +hackersguide_fig = architecture.fig \ + library.fig \ + overlays.fig \ + post_frame.fig docs_DATA = hackersguide.html \ architecture.png library.png overlays.png post_frame.png -EXTRA_DIST = README $(hackersguide_sgml) \ - architecture.fig library.fig overlays.fig post_frame.fig $(docs_DATA) +EXTRA_DIST = README $(hackersguide_sgml) $(hackersguide_fig) \ + $(docs_DATA) docsdir = $(prefix)/share/doc/xine/hackersguide @@ -20,9 +24,9 @@ docs: $(docs_DATA) distclean-local: clean-docs -docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml) $(wildcard *.fig)) +docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml)) if test "$(srcdir)" != "." ; then \ - for file in $(hackersguide_sgml) *.fig ; do \ + for file in $(hackersguide_sgml) ; do \ test -f ./$$file -a ./$$file -nt $(srcdir)/$$file || cp $(srcdir)/$$file .; \ done ; \ fi @@ -58,11 +62,9 @@ endif if HAVE_FIG2DEV %.png: %.fig - @$(MAKE) docs-prepare $(FIG2DEV) -L png -S 4 $< $@; else %.png: %.fig - @$(MAKE) docs-prepare if test x"$(fail_if_missing)" = x"yes"; then \ echo "Please install fig2dev."; \ exit 1; \ -- cgit v1.2.3