git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9276 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2009-08-14 19:16:14 +00:00
parent 63b1ba5920
commit 866e39df31
+19
View File
@@ -0,0 +1,19 @@
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