Annotation of 43BSDReno/contrib/isode-beta/doc/isode4/Makefile, revision 1.1.1.1

1.1       root        1: ##########################################################################
                      2: # Instructions to Make, for generation of nice-looking slides using SLiTeX
                      3: ##########################################################################
                      4: 
                      5: .SUFFIXES:     .b .xb .xwd .c .grf .pct .pic .plt .s .web .tex .dvi .imp .ps
                      6: 
                      7: .b.tex:;       itbit $<
                      8: 
                      9: .xb.tex:;      xtbit $<
                     10: 
                     11: .xwd.tex:;     xtwd $<
                     12: 
                     13: .c.tex:;       sh -c 'if tgrind -f -lc $< | sed -e 1d -e \$$d > $@; \
                     14:                        then exit 0; else rm $@; exit 1; fi'
                     15: 
                     16: .grf.tex:;     sh -c 'if graph < $< | plot -TeX > $@; \
                     17:                        then exit 0; else rm $@; exit 1; fi'
                     18: 
                     19: .pct.pic:;     pct2pic $<
                     20: 
                     21: .pic.tex:;     tpic $<
                     22: 
                     23: .plt.tex:;     sh -c 'if plot -TeX < $< > $@; \
                     24:                        then exit 0; else rm $@; exit 1; fi'
                     25: 
                     26: .s.tex:;       sh -c 'if tgrind -f -la68k $< | sed -e 1d -e \$$d > $@; \
                     27:                        then exit 0; else rm $@; exit 1; fi'
                     28: 
                     29: .web.tex:;     sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'
                     30: 
                     31: .tex.dvi:;     sh -c 'if slitex \\nonstopmode\\input $<; \
                     32:                          then exit 0; else rm $@; exit 1; fi'
                     33: 
                     34: .dvi.imp:;     dviimp $(DFLAGS) -l -i $@ $<
                     35: 
                     36: .dvi.ps:;      sh -c 'if dvi2ps $(DFLAGS) -r -o landscape $< > $@; \
                     37:                          then exit 0; else rm $@; exit 1; fi'
                     38: 
                     39: 
                     40: #############################################################
                     41: # Here it is...
                     42: #############################################################
                     43: 
                     44: all:           isode4.dvi
                     45: 
                     46: inst-all:;
                     47: 
                     48: install:       inst-all clean
                     49: 
                     50: lint:;
                     51: 
                     52: clean:;                rm -f isode4.imp isode4.ps isode4.dvi isode4.log _*
                     53: 
                     54: grind:         isode4.dvi true
                     55:                dvisp $(DFLAGS) -Xl isode4
                     56: 
                     57: imp:           isode4.imp
                     58: 
                     59: preview:       isode4.dvi true
                     60:                xdvi -l isode4.dvi
                     61: 
                     62: ps:            isode4.ps
                     63: 
                     64: isode4.dvi:    isode4.tex \
                     65:                    figure9.tex figure10.tex figure11.tex figure12.tex \
                     66:                    figure13.tex figure14.tex
                     67: 
                     68: true:;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.