~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to docs/C/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-04-21 16:16:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020421161627-s07yahahm817qxs6
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in.
 
2
 
 
3
doc = gcompris.html
 
4
 
 
5
EXTRA_DIST = gcompris.html \
 
6
             overview.jpg \
 
7
             overview.txt \
 
8
             topic.dat \
 
9
             overview.dia
 
10
 
 
11
gcompris_helpdir = $(datadir)/gnome/help/$(PACKAGE)/C
 
12
 
 
13
all: $(doc)
 
14
 
 
15
info_TEXINFOS = gcompris.texi
 
16
 
 
17
install-data-local:
 
18
        $(mkinstalldirs) $(DESTDIR)$(gcompris_helpdir)
 
19
        $(INSTALL_DATA)  $(srcdir)/gcompris.html $(DESTDIR)$(gcompris_helpdir)
 
20
        $(INSTALL_DATA)  $(srcdir)/overview.jpg $(DESTDIR)$(gcompris_helpdir)
 
21
        $(INSTALL_DATA)  $(srcdir)/topic.dat $(DESTDIR)$(gcompris_helpdir)
 
22
 
 
23
%.html: %.texi
 
24
        texi2html -monolithic $<
 
25
 
 
26
%.eps: %.dia
 
27
        dia $< -e $@
 
28
 
 
29
%.ps: %.dvi
 
30
        dvips -o $@ $<
 
31
 
 
32
%.dvi: %.texi
 
33
        texi2dvi $<
 
34
 
 
35
%.pdf: %.ps
 
36
        ps2pdf $<
 
37
 
 
38
gcompris.pdf gcompris.dvi: overview.eps
 
39
 
 
40
clean-local:
 
41
        rm -f overview.eps gcompris.pdf gcompris.html gcompris.info