/[gcl]/gcl/info/makefile
ViewVC logotype

Diff of /gcl/info/makefile

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

revision 1.17 by camm, Fri Jun 7 02:57:28 2002 UTC revision 1.18 by vvzhy, Fri Oct 18 10:31:15 2002 UTC
# Line 5  INFO_DIR=/usr/local/lib/info Line 5  INFO_DIR=/usr/local/lib/info
5    
6  -include ../makedefs  -include ../makedefs
7    
8  all: gcl-tk.info gcl-si.info gcl-tk.dvi gcl-si.dvi gcl-si_toc.html gcl-tk_toc.html  all: gcl-tk.info gcl-si.info gcl.info gcl-tk.dvi gcl-si.dvi gcl.dvi gcl-si_toc.html gcl-tk_toc.html gcl_toc.html
9    
10  .texi.info:  .texi.info:
11          rm -f $*.*gz          rm -f $*.*gz
# Line 18  GCL_SI= number.texi sequence.texi charac Line 18  GCL_SI= number.texi sequence.texi charac
18          c-interface.texi si-defs.texi debug.texi misc.texi compiler-defs.texi \          c-interface.texi si-defs.texi debug.texi misc.texi compiler-defs.texi \
19          gcl-si-index.texi          gcl-si-index.texi
20  GCL_TK= general.texi widgets.texi control.texi  GCL_TK= general.texi widgets.texi control.texi
21    GCL_MAN= chap-1.texi chap-2.texi chap-3.texi chap-4.texi chap-5.texi \
22             chap-6.texi chap-7.texi chap-8.texi chap-9.texi chap-10.texi chap-11.texi \
23             chap-12.texi chap-13.texi chap-14.texi chap-15.texi chap-16.texi chap-17.texi \
24             chap-18.texi chap-19.texi chap-20.texi chap-21.texi chap-22.texi chap-23.texi \
25             chap-24.texi chap-25.texi chap-26.texi chap-a.texi
26    
27  gcl-si.dvi: ${GCL_SI} gcl-si.texi  gcl-si.dvi: ${GCL_SI} gcl-si.texi
28          TEXINPUTS=.:$$TEXINPUTS tex --interaction nonstopmode gcl-si.texi || true          TEXINPUTS=.:$$TEXINPUTS tex --interaction nonstopmode gcl-si.texi || true
# Line 31  gcl-tk.dvi: ${GCL_TK} gcl-tk.texi Line 36  gcl-tk.dvi: ${GCL_TK} gcl-tk.texi
36  gcl-tk.info: ${GCL_TK} gcl-tk.texi  gcl-tk.info: ${GCL_TK} gcl-tk.texi
37          -$(MAKEINFO) gcl-tk.texi          -$(MAKEINFO) gcl-tk.texi
38    
39    gcl.dvi: ${GCL_MAN} gcl.texi
40            TEXINPUTS=.:$$TEXINPUTS tex --interaction nonstopmode gcl.texi || true
41    
42    gcl.info: ${GCL_MAN} gcl.texi
43            -$(MAKEINFO) gcl.texi
44    
45  gcl-si_toc.html:  gcl-si_toc.html:
46          texi2html -split_chapter gcl-si.texi          texi2html -split_chapter gcl-si.texi
47    
48  gcl-tk_toc.html:  gcl-tk_toc.html:
49          texi2html -split_chapter gcl-tk.texi          texi2html -split_chapter gcl-tk.texi
50    
51  install-html: gcl-tk_toc.html gcl-si_toc.html  gcl_toc.html:
52            texi2html -split_chapter gcl.texi
53    
54    install-html: gcl-tk_toc.html gcl-si_toc.html gcl_toc.html
55          cp *.html /d/www/gcl          cp *.html /d/www/gcl
56    
57  install:  install:

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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