makefile adjusted

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@190 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
root 2012-06-15 08:01:02 +00:00
parent 84e113d447
commit dfcd8f749e

View File

@ -62,6 +62,6 @@ install_inc:
cp -P $(HEADERS) $(DESTDIR)
install_doc:
install_doc: doc
$(shell test -d $(DESTDIR) || mkdir -p $(DESTDIR))
cp -Pr docs/* $(DESTDIR)