[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-488-ge9f316c

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Tue Sep 15 14:53:13 UTC 2009


The following commit has been merged in the stable branch:
commit e9f316c5de30e4ad67b448b728c7528c74f7c7b3
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Tue Sep 15 16:52:38 2009 +0200

    * create the hkl directory before copying the documentation

diff --git a/Makefile b/Makefile
index 1fe2620..d8d00d4 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ install: bin/lisaac bin/shorter
 	mkdir -p $(DESTDIR)$(LIB) 
 	mkdir -p $(DESTDIR)$(BIN)
 	mkdir -p $(DESTDIR)$(MAN)
+	mkdir -p $(DESTDIR)$(DOC)$(HTML)
 	cp bin/lisaac  $(DESTDIR)$(BIN) 
 	cp bin/shorter  $(DESTDIR)$(BIN)
 	cp make.lip  $(DESTDIR)$(LIB)

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list