modified user example in manual/manual-api and regenerated documentation

This commit is contained in:
Dhanya Maliakal
2017-08-24 16:47:27 +02:00
parent 598d163173
commit 319d883880
123 changed files with 166 additions and 146 deletions

View File

@ -1,13 +1,14 @@
INCLUDES = -I .
SRC_DET = mainClient.cpp
SRC_REC = mainReceiver.cpp
LIBDIR = ../../bin
LDFLAG_DET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread
LDFLAG_REC = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread
LIBDIR = ../../build/bin
LDFLAG_DET = -I. -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread -lrt -L. -lzmq
LDFLAG_REC = -I. -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread -lrt -L. -lzmq
DESTDIR ?= ../docs
all: docs detUser detReceiver
echo "in useeeeeeeeeers ****************************************************************************************************"
#all: docs
docs: createdocs docspdf docshtml removedocs