Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/fr
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-03-11 23:39:47 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-03-11 23:39:47 (GMT)
commit782db1890b80e7e7cb780d04ff458fcabebcfdcd (patch)
treec9cf318ce71e74e8cddc64f3ad4a70efcba02a00 /docs/fr
parent4948526a3c7f319c0add6518c15a1ef5c18a1a2c (diff)
Updated our build system to support automake1.10
You still need to copy config.rpath from the gettext package manualy. svn path=/trunk/; revision=3296
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/fr/Makefile.am b/docs/fr/Makefile.am
index 7155585..28a33e4 100644
--- a/docs/fr/Makefile.am
+++ b/docs/fr/Makefile.am
@@ -21,21 +21,22 @@ install-data-local:
$(INSTALL_DATA) $(srcdir)/overview.jpg $(DESTDIR)$(gcompris_helpdir)
$(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(gcompris_helpdir)
-%.html: %.texi
+gcompris.html: gcompris.texi
texi2html -monolithic $<
-%.eps: %.dia
+overview.eps: overview.dia
dia $< -e $@
-%.ps: %.dvi
+gcompris.ps: gcompris.dvi
dvips -o $@ $<
-%.dvi: %.texi
+gcompris.dvi: gcompris.texi
texi2dvi $<
-%.pdf: %.ps
+gcompris.pdf: gcompris.ps
ps2pdf $<
+
gcompris.pdf gcompris.dvi: overview.eps
clean-local: