aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile16
-rw-r--r--README12
2 files changed, 28 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0e62765
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+# Makefile for to compile all minuets since 2010-11-04.
+#
+# by Gustav Eek
+
+# TODO create makefile for 2010-11-04
+
+no-args:
+ echo "This is not recomended. Read README. If you realy want to do ALL write:\n\n $make all\n"
+
+all: 2011 2010
+
+2011:
+ cd 2011; make all; cd ..;
+
+2010:
+ cd 2010; make all; cd ..;
diff --git a/README b/README
new file mode 100644
index 0000000..d2e4e2d
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+This repository contains all Fripost minuets suorce since the start 2010-11-04. Compiling all is not recomended. If you whant the minnuets, the best way is to visit http://wiki.fripost.org.
+
+To compile the minutets from for example the meeting 2011-02-20 do:
+
+ $ cd 2011
+ $ make 2011-02-20-board.pdf.
+
+To realy compile all minutes do:
+
+ $ make all
+
+Author Gustav Eek