empty commit

new file:   .gitignore
	modified:   Makefile
This commit is contained in:
Maliakal Dhanya
2014-05-19 12:14:52 +02:00
parent 2eb798840d
commit 34598e9ff2
2 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,7 @@ calWiz:
gui: slsDetectorGUI
doc:
$(shell test -d $(DOCDIR) || mkdir -p $(DOCDIR))
cd manual && make all DESTDIR=$(DOCDIR)