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

1.1       root        1: #########################################################################
                      2: # Instructions to Make, for generation of nice-looking papers using LaTeX
                      3: #########################################################################
                      4: 
                      5: .SUFFIXES:     .pic .web .tex .dvi .imp .ps
                      6: 
                      7: .pic.tex:;     tpic $<
                      8: 
                      9: .web.tex:;     sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'
                     10: 
                     11: .tex.dvi:;     sh -c 'if latex \\nonstopmode\\input $<; \
                     12:                          then exit 0; else rm $@; exit 1; fi'
                     13: 
                     14: .dvi.imp:;     dviimp $(DFLAGS) -i $@ $<
                     15: 
                     16: .dvi.ps:;      sh -c 'if dvi2ps $(DFLAGS) -r $< > $@; \
                     17:                          then exit 0; else rm $@; exit 1; fi'
                     18: 
                     19: 
                     20: #############################################################
                     21: # Here it is...
                     22: #############################################################
                     23: 
                     24: all:           cn-isdn.dvi
                     25: 
                     26: inst-all:;
                     27: 
                     28: install:       inst-all clean
                     29: 
                     30: lint:;
                     31: 
                     32: clean:;                rm -f cn-isdn.imp cn-isdn.ps cn-isdn.dvi cn-isdn.log \
                     33:                        cn-isdn.blg biography.imp biography.ps biography.dvi \
                     34:                        biography.log biography.blg _*
                     35: 
                     36: grind:         cn-isdn.dvi biography.dvi
                     37:                dvisp $(DFLAGS) cn-isdn
                     38:                dvisp $(DFLAGS) biography
                     39: 
                     40: imp:           cn-isdn.imp biography.imp
                     41: 
                     42: preview:       cn-isdn.dvi biography.dvi
                     43:                xdvi cn-isdn.dvi
                     44:                xdvi biography.dvi
                     45: 
                     46: ps:            cn-isdn.ps biography.ps
                     47: 
                     48: true:;
                     49: 
                     50: 
                     51: #############################################################
                     52: # cn-isdn
                     53: #############################################################
                     54: 
                     55: # customization files, et. al., not included below
                     56: cn-isdn.dvi:   cn-isdn.vrsn
                     57: 
                     58: cn-isdn.vrsn:  cn-isdn.tex \
                     59:                section1.tex \
                     60:                section2.tex figure2-1.tex \
                     61:                section3.tex figure3-1.tex table3-1.tex table3-2.tex \
                     62:                section4.tex \
                     63:                section5.tex \
                     64:                section6.tex \
                     65:                appendix1.tex appendix2.tex \
                     66:                cn-isdn.bbl version.sh
                     67:                @: version.sh cn-isdn
                     68: 
                     69: biblio:;       bibtex cn-isdn
                     70: 
                     71: index:;                idx2ind -l cn-isdn

unix.superglobalmegacorp.com

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