You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
440 B
8 lines
440 B
# generate the Kig Python Scriptin APIdocs from the Kig source code
|
|
|
|
all-local: build-kig-python-scripting-apidocs
|
|
build-kig-python-scripting-apidocs:
|
|
# cat $(srcdir)/Doxyfile.scripting-api.in | sed -e 's#KIGVERSION#@KIGVERSION@#g' | sed -e 's#TOPSRCDIR#$(top_srcdir)#g' | sed -e 's#SRCDIR#$(srcdir)#g' > Doxyfile.scripting-api
|
|
doxygen Doxyfile.scripting-api
|
|
cp bottom1.png bottom2.png docheadergears.png grad.png headerbg.png build/html
|