From 866e39df31da266c7f4d55064f0262c29c57757d Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 14 Aug 2009 19:16:14 +0000 Subject: [PATCH] New file git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9276 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documentation/Makefile diff --git a/documentation/Makefile b/documentation/Makefile new file mode 100644 index 0000000..a39dfe1 --- /dev/null +++ b/documentation/Makefile @@ -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