git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9276 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
20 lines
345 B
Makefile
20 lines
345 B
Makefile
all: doxygen iocBootDocs install
|
|
|
|
doxygen:
|
|
doxygen
|
|
|
|
iocBootDocs:
|
|
./makeIOCBootDocs
|
|
|
|
install:
|
|
cp *.html /home/epics/web_software/epics
|
|
cp *.png /home/epics/web_software/epics
|
|
cp *.jpg /home/epics/web_software/epics
|
|
cp -rp areaDetectorDoxygenHTML /home/epics/web_software/epics/
|
|
|
|
clean:
|
|
rm -rf areaDetectorDoxygenHTML/*
|
|
|
|
|
|
realclean: clean
|