Fri, 24 May 2013 13:57:51 +0200
removed gay htm extension
Makefile | file | annotate | diff | comparison | revisions | |
test/footer.htm | file | annotate | diff | comparison | revisions | |
test/footer.html | file | annotate | diff | comparison | revisions | |
test/header.htm | file | annotate | diff | comparison | revisions | |
test/header.html | file | annotate | diff | comparison | revisions |
--- a/Makefile Fri May 24 13:53:52 2013 +0200 +++ b/Makefile Fri May 24 13:57:51 2013 +0200 @@ -37,8 +37,8 @@ $(MKDIR) build test: compile - ./build/$(BIN) src/c2html.c > build/body.htm - cat test/header.htm build/body.htm test/footer.htm > build/code.htm + ./build/$(BIN) src/c2html.c > build/body.html + cat test/header.html build/body.html test/footer.html > build/code.html clean: $(RM) -f -R build
--- a/test/footer.htm Fri May 24 13:53:52 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ - </body> -</html> -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/footer.html Fri May 24 13:57:51 2013 +0200 @@ -0,0 +1,3 @@ + </body> +</html> +