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
--- 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>
+
--- 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 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>c2html</title>
-    <style type="text/css">
-      span.c2html-lineno {
-        font-style: italic;
-        color: grey;
-      }
-    </style>
-  </head>
-  <body>
-
--- /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 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>c2html</title>
+    <style type="text/css">
+      span.c2html-lineno {
+        font-style: italic;
+        color: grey;
+      }
+    </style>
+  </head>
+  <body>
+

mercurial