Files
ADAndor/documentation/Makefile
rivers 866e39df31 New file
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9276 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
2009-08-14 19:16:14 +00:00

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