summaryrefslogtreecommitdiff
path: root/doc/hackersguide
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-01-21 01:44:33 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-01-21 01:44:33 +0000
commited8842bea5d4452e5aa011804353f7c04d13f48e (patch)
treea4540e48bb7a4a752a33783a0ecfe2d235e780e8 /doc/hackersguide
parent9a085abcbd7842aaede9e5aba9587cb9d7f38005 (diff)
downloadxine-lib-ed8842bea5d4452e5aa011804353f7c04d13f48e.tar.gz
xine-lib-ed8842bea5d4452e5aa011804353f7c04d13f48e.tar.bz2
Use docdir and htmldir as basedir to install the documentation into; these are defined by default by autoconf 2.61, so I've added code to define them when they are missing.
CVS patchset: 8536 CVS date: 2007/01/21 01:44:33
Diffstat (limited to 'doc/hackersguide')
-rw-r--r--doc/hackersguide/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index 086b7a67a..02a433299 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -12,15 +12,15 @@ hackersguide_fig = architecture.fig \
overlays.fig \
post_frame.fig
-docs_DATA = hackersguide.html \
+hackersguide_DATA = hackersguide.html \
architecture.png library.png overlays.png post_frame.png
EXTRA_DIST = README $(hackersguide_sgml) $(hackersguide_fig) \
- $(docs_DATA)
+ $(hackersguide_DATA)
-docsdir = $(prefix)/share/doc/xine/hackersguide
+hackersguidedir = $(htmldir)/hackersguide
-docs: $(docs_DATA)
+docs: $(hackersguide_DATA)
distclean-local: clean-docs
@@ -32,7 +32,7 @@ docs-prepare: $(addprefix $(srcdir)/, $(hackersguide_sgml))
fi
clean-docs:
- rm -f $(docs_DATA)
+ rm -f $(hackersguide_DATA)
test "x$(srcdir)" = x. || rm -f $(hackersguide_sgml) *.fig
dist-hook: