## Process this file with automake to produce Makefile.in. doc = gcompris.html man_MANS = gcompris.6 EXTRA_DIST = overview.jpg \ overview.txt \ topic.dat \ overview.dia \ $(man_MANS) gcompris_helpdir = $(datadir)/gnome/help/$(PACKAGE)/C all: $(doc) info_TEXINFOS = gcompris.texi # No more install the documentation, it's not accurate enough #install-data-local: # $(mkinstalldirs) $(DESTDIR)$(gcompris_helpdir) # $(INSTALL_DATA) gcompris.html $(DESTDIR)$(gcompris_helpdir) # $(INSTALL_DATA) $(srcdir)/overview.jpg $(DESTDIR)$(gcompris_helpdir) # $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(gcompris_helpdir) %.html: %.texi texi2html -monolithic $< %.eps: %.dia dia $< -e $@ %.ps: %.dvi dvips -o $@ $< %.dvi: %.texi texi2dvi $< %.pdf: %.ps ps2pdf $< gcompris.pdf gcompris.dvi: overview.eps clean-local: rm -f overview.eps gcompris.pdf gcompris.html gcompris.info