[Bug 21909] Add custom documentation in PDF format
Alexander Dymo
cloudtemple at mksat.net
Sat Jun 19 21:30:41 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=21909
------- Additional Comments From cloudtemple mksat net 2004-06-19 21:27 -------
CVS commit by dymo:
Added custom documentation plugin which is capable of creating catalogs for any types of documentation (txt, ps, html, etc.) which can be viewed.
This is also used as a plugin to display project user manuals. help:/projectname can be set as user manual url for KDE projects.
CCMAIL: 21909 bugs kde org
A plugins/custom/.cvsignore 1.1
A plugins/custom/Makefile.am 1.1
A plugins/custom/doccustomplugin.cpp 1.1 [GPL (v2+)]
A plugins/custom/doccustomplugin.desktop 1.1
A plugins/custom/doccustomplugin.h 1.1 [GPL (v2+)]
M +3 -1 .cvsignore 1.5
M +1 -1 plugins/Makefile.am 1.6
--- kdevelop/parts/documentation/plugins/Makefile.am #1.5:1.6
@ -1,3 +1,3 @
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
METASOURCES = AUTO
-SUBDIRS = qt doxygen devhelp kdevtoc chm
+SUBDIRS = qt doxygen devhelp kdevtoc chm custom
--- kdevelop/parts/documentation/.cvsignore #1.4:1.5
@ -12,3 +12,5 @
find_documentationbase.h
selecttopicbase.cpp
-selecttopicbase.h
\ No newline at end of file
+selecttopicbase.h
+docprojectconfigwidgetbase.cpp
+docprojectconfigwidgetbase.h
More information about the KDevelop-devel
mailing list