removed gay htm extension

Fri, 24 May 2013 13:57:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 24 May 2013 13:57:51 +0200
changeset 3
b7a6d546bd1d
parent 2
3bced1fe9193
child 4
323f674931fe

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
     1.1 --- a/Makefile	Fri May 24 13:53:52 2013 +0200
     1.2 +++ b/Makefile	Fri May 24 13:57:51 2013 +0200
     1.3 @@ -37,8 +37,8 @@
     1.4  	$(MKDIR) build
     1.5  	
     1.6  test: compile
     1.7 -	./build/$(BIN) src/c2html.c > build/body.htm
     1.8 -	cat test/header.htm build/body.htm test/footer.htm > build/code.htm
     1.9 +	./build/$(BIN) src/c2html.c > build/body.html
    1.10 +	cat test/header.html build/body.html test/footer.html > build/code.html
    1.11  	
    1.12  clean:
    1.13  	$(RM) -f -R build
     2.1 --- a/test/footer.htm	Fri May 24 13:53:52 2013 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,3 +0,0 @@
     2.4 -  </body>
     2.5 -</html>
     2.6 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/test/footer.html	Fri May 24 13:57:51 2013 +0200
     3.3 @@ -0,0 +1,3 @@
     3.4 +  </body>
     3.5 +</html>
     3.6 +
     4.1 --- a/test/header.htm	Fri May 24 13:53:52 2013 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,13 +0,0 @@
     4.4 -<!DOCTYPE html>
     4.5 -<html>
     4.6 -  <head>
     4.7 -    <title>c2html</title>
     4.8 -    <style type="text/css">
     4.9 -      span.c2html-lineno {
    4.10 -        font-style: italic;
    4.11 -        color: grey;
    4.12 -      }
    4.13 -    </style>
    4.14 -  </head>
    4.15 -  <body>
    4.16 -
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/test/header.html	Fri May 24 13:57:51 2013 +0200
     5.3 @@ -0,0 +1,13 @@
     5.4 +<!DOCTYPE html>
     5.5 +<html>
     5.6 +  <head>
     5.7 +    <title>c2html</title>
     5.8 +    <style type="text/css">
     5.9 +      span.c2html-lineno {
    5.10 +        font-style: italic;
    5.11 +        color: grey;
    5.12 +      }
    5.13 +    </style>
    5.14 +  </head>
    5.15 +  <body>
    5.16 +

mercurial