Making a source file and modifying make clean
This commit is contained in:
parent
3087c10f54
commit
e55739740e
Binary file not shown.
|
@ -17,4 +17,4 @@ tests: $(SRC_SPRITE)
|
|||
|
||||
.PHONY: clean force
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -rf *.o html/top.html html/pages
|
||||
|
|
|
@ -659,8 +659,8 @@ void Print_Head( FILE* fp ){
|
|||
<title>\n\
|
||||
Glyph_Diff\n\
|
||||
</title>\n\
|
||||
<script src=\"../../../../../scripts/top.js\" type=\"text/javascript\"></script>\n\
|
||||
<link href=\"../../../../../styles/top.css\" rel=\"stylesheet\" type=\"text/css\" >\n\
|
||||
<script src=\"../../../../../source/scripts/top.js\" type=\"text/javascript\"></script>\n\
|
||||
<link href=\"../../../../../source/styles/top.css\" rel=\"stylesheet\" type=\"text/css\" >\n\
|
||||
</head>\n\
|
||||
<body>\n\
|
||||
<button onclick=\"topFunction()\" id=\"myBtn\" title=\"Go to top\">Top</button>\n\
|
||||
|
|
|
@ -23,8 +23,8 @@ echo "
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title> FreeType Test Framework </title>
|
||||
<script type=\"text/javascript\" src =\"scripts/top.js\" ></script>
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/top.css\">
|
||||
<script type=\"text/javascript\" src =\"source/scripts/top.js\" ></script>
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"source/styles/top.css\">
|
||||
</head>
|
||||
<html>
|
||||
<body onload=\"change()\">
|
||||
|
@ -34,7 +34,7 @@ echo "
|
|||
</p>
|
||||
</div>
|
||||
<iframe id=\"frame_1\" name=\"frame_1\" src=\"\" ></iframe>
|
||||
<iframe id=\"frame_2\" name=\"frame_2\" src=\"diff.html\" ></iframe>">./html/top.html
|
||||
<iframe id=\"frame_2\" name=\"frame_2\" src=\"source/diff.html\" ></iframe>">./html/top.html
|
||||
#####################################################################
|
||||
# Filling html/top.html file with links to all the index.html files.
|
||||
for i in $FT_TEST_DPI; do
|
||||
|
|
Loading…
Reference in New Issue