# HG changeset patch # User Mike Becker # Date 1369396671 -7200 # Node ID b7a6d546bd1d13697ccd3e8791dafa3346232238 # Parent 3bced1fe9193d4655ebfa08062b79291d81ff1fc removed gay htm extension diff -r 3bced1fe9193 -r b7a6d546bd1d Makefile --- 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 diff -r 3bced1fe9193 -r b7a6d546bd1d test/footer.htm --- 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 @@ - - - diff -r 3bced1fe9193 -r b7a6d546bd1d test/footer.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 @@ + + + diff -r 3bced1fe9193 -r b7a6d546bd1d test/header.htm --- a/test/header.htm Fri May 24 13:53:52 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ - - - - c2html - - - - diff -r 3bced1fe9193 -r b7a6d546bd1d test/header.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/header.html Fri May 24 13:57:51 2013 +0200 @@ -0,0 +1,13 @@ + + + + c2html + + + +