Gitweb links:
...log
http://git.netsurf-browser.org/netsurftest.git/shortlog/025d5c9ab36c5d5a527001163b775859c4e7b56f
...commit
http://git.netsurf-browser.org/netsurftest.git/commit/025d5c9ab36c5d5a527001163b775859c4e7b56f
...tree
http://git.netsurf-browser.org/netsurftest.git/tree/025d5c9ab36c5d5a527001163b775859c4e7b56f
The branch, master has been updated
via 025d5c9ab36c5d5a527001163b775859c4e7b56f (commit)
from 6ab4161614299cf299e7ea8df373a4de22a1b7d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurftest.git/commit/?id=025d5c9ab36c5d5a527001163b775859c4e7b56f
commit 025d5c9ab36c5d5a527001163b775859c4e7b56f
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add minimal makefile
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a0e6395
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#
+# NetSurf test site build makefile
+
+DESTDIR?=/tmp
+
+.PHONY:install all
+
+all:
+ @echo "install target is probbaly what you want"
+
+install:
+ cp -a crashes haveproblems images other works ${DESTDIR}/html/
-----------------------------------------------------------------------
Summary of changes:
Makefile | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 Makefile
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a0e6395
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#
+# NetSurf test site build makefile
+
+DESTDIR?=/tmp
+
+.PHONY:install all
+
+all:
+ @echo "install target is probbaly what you want"
+
+install:
+ cp -a crashes haveproblems images other works ${DESTDIR}/html/
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org