summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 20:50:31 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 20:50:31 +0200
commit5a0f828681473f5aec1add957e152437f4e5d8dd (patch)
tree199a430a35a31e7b5df364f3c6aa08602c206ae4
parent1c25f30813a2c2638c7a942ab96b8b90f6a993c5 (diff)
downloadxine-lib-5a0f828681473f5aec1add957e152437f4e5d8dd.tar.gz
xine-lib-5a0f828681473f5aec1add957e152437f4e5d8dd.tar.bz2
Rename the files.
-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 abd208fc9..4b5985599 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -7,16 +7,16 @@ hackersguide_docbook = hackersguide.docbook \
internals.docbook \
stream.docbook \
output.docbook
-hackersguide_fig = architecture.fig \
- library.fig \
- overlays.fig \
- post_frame.fig
+hackersguide_svg = architecture.svg \
+ library.svg \
+ overlays.svg \
+ post_frame.svg
hackersguidedir = $(htmldir)/hackersguide
hackersguide_DATA = hackersguide.html \
architecture.png library.png overlays.png post_frame.png
-EXTRA_DIST = README $(hackersguide_docbook) $(hackersguide_fig) \
+EXTRA_DIST = README $(hackersguide_docbook) $(hackersguide_svg) \
$(hackersguide_DATA)
DISTCLEANFILES = $(hackersguide_DATA)