New file
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9276 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user