Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev
This commit is contained in:
commit
2f39b5eb69
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
@ -1 +0,0 @@
|
||||
build/*
|
@ -28,6 +28,10 @@ release = re.sub('^v', '', os.popen('git describe --always --tags --dirty').read
|
||||
# The short X.Y version.
|
||||
version = release
|
||||
|
||||
try:
|
||||
os.mkdir('../build/_doxygen')
|
||||
except FileExistsError:
|
||||
pass
|
||||
subprocess.call('doxygen Doxyfile.in', shell=True)
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user