[Cl-darcs-cvs] r197 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Apr 2 22:00:47 UTC 2008


Author: mhenoch
Date: Wed Apr  2 17:00:46 2008
New Revision: 197

Modified:
   cl-darcs/trunk/Makefile.am
Log:
Satisfy ASDF's tarball name convention


Modified: cl-darcs/trunk/Makefile.am
==============================================================================
--- cl-darcs/trunk/Makefile.am	(original)
+++ cl-darcs/trunk/Makefile.am	Wed Apr  2 17:00:46 2008
@@ -3,6 +3,9 @@
 
 SUBDIRS=doc
 
+# satisfy ASDF's tarball name convention
+distdir=$(PACKAGE)_$(VERSION)
+
 darcs: $(darcs_SOURCES)
 	$(MAKE) build_with_ at my_lisp@
 



More information about the Cl-darcs-cvs mailing list