You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> |
7 years ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 7 years ago | |
| Doxyfile.scripting-api.in | 17 years ago | |
| Makefile.am | 17 years ago | |
| README | 15 years ago | |
| bottom1.png | 10 years ago | |
| bottom2.png | 10 years ago | |
| configure.in.in | 17 years ago | |
| docheadergears.png | 10 years ago | |
| doxygen.css | 15 years ago | |
| footer.html | 15 years ago | |
| grad.png | 10 years ago | |
| header.html | 15 years ago | |
| headerbg.png | 10 years ago | |
README
This directory contains mostly the things necessary for generating the Kig Python Scripting API documentation from the Kig source code. This file serves to answer two questions: 1 Why is this in its own directory ? Because, when I tried putting it in the directory above, the KDE_DOCS am_edit feature installed the Doxyfile and stuff in the documentation dir, which is bogus. 2 You copied doxygen.css, footer.html, header.html, headerbg.png, docheadergears.png, grad.png, bottom1.png and bottom2.png from tdelibs/doc/common, why didn't you use the already installed version in kde_htmldir/common ? -> because Kig is supposed to run on various KDE installations ( ranging from 3.1 to HEAD ), and I don't think the images in there are guaranteed not to change..