This commit is contained in:
MarkRivers
2011-03-31 12:38:21 +00:00
parent 3fc09fe1db
commit 1c4915bd61
2 changed files with 1566 additions and 0 deletions
+1546
View File
File diff suppressed because it is too large Load Diff
+20
View File
@@ -0,0 +1,20 @@
HTMLFLAGS = --book --duplex --no-numbered --format pdf14 --title --size letter
%.pdf: %.html
-htmldoc $(HTMLFLAGS) --outfile $@ $<
all: doxygen install
doxygen:
doxygen
install:
cp -f *.html /home/epics/web_software/epics
cp -f *.png /home/epics/web_software/epics
cp -rfp motorDoxygenHTML /home/epics/web_software/epics/
clean:
rm -rf motorDoxygenHTML/*
realclean: clean