Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-17 22:26:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-17 22:26:46 (GMT)
commit6329503dd42d97aa44c27e73bd22e5bdf470edda (patch)
treee96612fdc2b73a1375d5fb495e765570b14b17fa
parent9b1fdcfc768a982b59301b414ce27a6cfb7a6031 (diff)
By default build
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..567609b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build/
diff --git a/Makefile b/Makefile
index 229e330..3795482 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+all: build
+
build:
sphinx-build -b html . build