Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.3 by edhill, Sun Mar 28 19:28:34 2004 UTC | revision 1.4 by edhill, Thu Apr 1 04:23:33 2004 UTC | |
---|---|---|
# | Line 30 cat <<EOF > Makefile | Line 30 cat <<EOF > Makefile |
30 | all: all_protex | all: all_protex |
31 | ||
32 | clean: | clean: |
33 | -rm -f *.tex *.aux *.dvi *.log *.toc *.out | -rm -f *_*.tex *.aux *.dvi *.log *.toc *.out |
34 | ||
35 | EOF | EOF |
36 | ||
# | Line 117 cat <<EOF >> Makefile | Line 117 cat <<EOF >> Makefile |
117 | makefile: | makefile: |
118 | $0 | $0 |
119 | ||
120 | api_main.tex: \$(ALLTEX) | api_main.tex: introduction.tex \$(ALLTEX) |
121 | -./build_main \$(ALLTEX) | -./build_main \$(ALLTEX) |
122 | ||
123 | api_main.dvi: api_main.tex | api_main.dvi: api_main.tex |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |