[elephant-cvs] CVS update: elephant/doc/Makefile elephant/doc/make-ref.lisp

Robert L. Read rread at common-lisp.net
Wed Oct 19 13:19:03 UTC 2005


Update of /project/elephant/cvsroot/elephant/doc
In directory common-lisp.net:/tmp/cvs-serv18583

Modified Files:
      Tag: SQL-BACK-END
	make-ref.lisp 
Added Files:
      Tag: SQL-BACK-END
	Makefile 
Log Message:
Adding not-very-good Makefile to build documentation from texinfo source

Date: Wed Oct 19 15:19:03 2005
Author: rread



Index: elephant/doc/make-ref.lisp
diff -u elephant/doc/make-ref.lisp:1.1.2.1 elephant/doc/make-ref.lisp:1.1.2.2
--- elephant/doc/make-ref.lisp:1.1.2.1	Tue Oct 18 22:41:25 2005
+++ elephant/doc/make-ref.lisp	Wed Oct 19 15:19:03 2005
@@ -1,7 +1,10 @@
 (require 'asdf)
 (require 'elephant)
-(load "docstrings.lisp")
+(load "../docstrings.lisp")
 
 (defun make-docs ()
-  (when (check-complete)
+;;  (when (check-complete)
+  (when t
     (sb-texinfo:generate-includes #p"includes" (find-package :ele))))
+
+(make-docs)




More information about the Elephant-cvs mailing list