r10421: major development
[cl-photo.git] / doc / Makefile
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..d19391d
--- /dev/null
@@ -0,0 +1,10 @@
+.PHONY: site all clean
+
+all: site
+
+site: 
+       clisp -i "`pwd`/make.lisp"
+
+clean:
+       @rm -f *~ \#*\# .\#* memdump
+