/[enigma]/enigma/doc/manual/Makefile.am
ViewVC logotype

Diff of /enigma/doc/manual/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dheck, Fri Sep 12 21:37:24 2003 UTC revision 1.3 by dheck, Sun Sep 14 19:32:35 2003 UTC
# Line 1  Line 1 
1  # info_TEXINFOS = enigma.texi  # info_TEXINFOS = enigma.texi
2    
3  SUBDIRS = images  HTML =  enigma_1.html \
 EXTRA_DIST = \  
         enigma.texi \  
         enigma_1.html \  
4          enigma_2.html \          enigma_2.html \
5          enigma_3.html \          enigma_3.html \
6          enigma_4.html \          enigma_4.html \
# Line 13  EXTRA_DIST = \ Line 10  EXTRA_DIST = \
10          enigma_ovr.html \          enigma_ovr.html \
11          index.html          index.html
12    
13    PNG = \
14            images/intro-inventory.png \
15            images/intro-meditation.png \
16            images/intro-oxyd.png \
17            images/intro-plank.png \
18            images/intro-twoplayer.png \
19            images/it-explosives.png \
20            images/it-flags.png \
21            images/it-umbrella.png \
22            images/levelmenu.png \
23            images/logo.png \
24            images/st-lethal.png \
25            images/st-magic.png \
26            images/st-mail.png \
27            images/st-mirrors.png \
28            images/st-oxyds.png \
29            images/st-swap.png
30    
31    SUBDIRS = images
32    EXTRA_DIST = enigma.texi $(HTML) # $(PNG)
33    
34    html: $(HTML)
35    
36    $(HTML) : enigma.texi $(PNG)
37            @if [ "${TEXI2HTML}" ]; then \
38              echo "Running texi2html"; \
39              ${TEXI2HTML} -toc_file=index.html -split=chapter -nosec_nav -nomenu enigma.texi; \
40            else \
41              echo "Warning: texi2html not found"; \
42            fi

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26