forked from epics_driver_modules/motorBase
New file
This commit is contained in:
Executable
+1546
File diff suppressed because it is too large
Load Diff
Executable
+20
@@ -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
|
||||
Reference in New Issue
Block a user