
gtk-doc documentation is technically a functional interface (which Policy §12.3 says can't be in /usr/share/doc), because other packages can build-depend on it and use it to fix cross-references.
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
# from Debian
|
|
debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/faq
|
|
debian/gtk-tutorial.devhelp usr/share/doc/@DOC_PKG@/tutorial
|
|
# from the source
|
|
docs/reference/gtk/html/* usr/share/gtk-doc/html/gtk2
|
|
docs/reference/gdk/html/* usr/share/gtk-doc/html/gdk2
|
|
docs/faq/html/* usr/share/doc/@DOC_PKG@/faq
|
|
docs/tutorial/html/* usr/share/doc/@DOC_PKG@/tutorial
|
|
docs/*.txt usr/share/doc/@DOC_PKG@
|