Subversion Repositories wimsdev

Rev

Rev 7436 | Rev 8165 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7436 Rev 8148
Line 42... Line 42...
42
	cd Wimsd; make clean
42
	cd Wimsd; make clean
43
	cd Wimslogd; make clean
43
	cd Wimslogd; make clean
44
	cd Lib; make clean
44
	cd Lib; make clean
45
	cd Interfaces; make clean
45
	cd Interfaces; make clean
46
	cd Misc; make clean
46
	cd Misc; make clean
47
	cd Oef2wims; make clean
-
 
48
	cd Msg2wims; make clean
47
	cd OefMsg2wims; make clean
49
	cd Flydraw; make clean
48
	cd Flydraw; make clean
50
	cd Texgif; make clean
49
	cd Texgif; make clean
51
	cd Module; make clean
50
	cd Module; make clean
52
	cd Mathml; make clean
51
	cd Mathml; make clean
53
 
52
 
Line 65... Line 64...
65
	cd Wimsd; make distclean
64
	cd Wimsd; make distclean
66
	cd Wimslogd; make distclean
65
	cd Wimslogd; make distclean
67
	cd Lib; make distclean
66
	cd Lib; make distclean
68
	cd Interfaces; make distclean
67
	cd Interfaces; make distclean
69
	cd Misc; make distclean
68
	cd Misc; make distclean
70
	cd Oef2wims; make distclean
-
 
71
	cd Msg2wims; make distclean
69
	cd OefMsg2wims; make distclean
72
	cd Flydraw; make distclean
70
	cd Flydraw; make distclean
73
	cd Texgif; make distclean
71
	cd Texgif; make distclean
74
	cd Module; make distclean
72
	cd Module; make distclean
75
	$(wims_home)/public_html/mathfonts/clean
73
	$(wims_home)/public_html/mathfonts/clean
76
	rm -rf autom4te.cache
74
	rm -rf autom4te.cache
Line 129... Line 127...
129
 
127
 
130
wimsd::
128
wimsd::
131
	-cd Wimsd; make all
129
	-cd Wimsd; make all
132
 
130
 
133
oef2wims::
131
oef2wims::
134
	cd Oef2wims; make all
132
	cd OefMsg2wims; make oef2wims
135
 
133
 
136
msg2wims::
134
msg2wims::
137
	cd Msg2wims; make all
135
	cd OefMsg2wims; make msg2wims
138
 
136
 
139
interfaces::
137
interfaces::
140
	cd Interfaces; make all
138
	cd Interfaces; make all
141
 
139
 
142
misc::
140
misc::