From 5a0f828681473f5aec1add957e152437f4e5d8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Jun 2007 20:50:31 +0200 Subject: Rename the files. --- doc/hackersguide/Makefile.am | 10 +++++----- 1 file 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) -- cgit v1.2.3