Making a source file and modifying make clean

This commit is contained in:
Kushal K S V S 2018-03-18 20:39:18 +05:30
parent 3087c10f54
commit e55739740e
5 changed files with 6 additions and 6 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
tests/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -17,4 +17,4 @@ tests: $(SRC_SPRITE)
.PHONY: clean force
clean:
-rm -f *.o
-rm -rf *.o html/top.html html/pages

View File

@ -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\

View File

@ -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