By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 941
Collapse All | Expand All

(-)a/developer-doc/phb/Makefile.am (-1 / +1 lines)
Lines 106-112 if GENERATE_PDF Link Here
106
kmymoney-phb.pdf: $(DOCBOOK_FILES)
106
kmymoney-phb.pdf: $(DOCBOOK_FILES)
107
	$(MAKE) get-files
107
	$(MAKE) get-files
108
	$(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html
108
	$(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html
109
	recode utf8..latin1 index.html
109
#	recode utf8..latin1 index.html
110
	html2ps -o kmymoney-phb.ps -n index.html
110
	html2ps -o kmymoney-phb.ps -n index.html
111
	ps2pdf kmymoney-phb.ps kmymoney-phb.pdf
111
	ps2pdf kmymoney-phb.ps kmymoney-phb.pdf
112
	rm index.html kmymoney-phb.ps
112
	rm index.html kmymoney-phb.ps
(-)a/doc/en/Makefile.am (-1 / +1 lines)
Lines 111-117 PDF_TARGET = kmymoney-user.pdf Link Here
111
kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES)
111
kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES)
112
	$(MAKE) get-files
112
	$(MAKE) get-files
113
	$(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl  $(srcdir)/index.docbook -o index.html;
113
	$(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl  $(srcdir)/index.docbook -o index.html;
114
	recode utf8..latin1 index.html
114
#	recode utf8..latin1 index.html
115
	html2ps -o kmymoney-user.ps -n index.html
115
	html2ps -o kmymoney-user.ps -n index.html
116
	ps2pdf kmymoney-user.ps kmymoney-user.pdf
116
	ps2pdf kmymoney-user.ps kmymoney-user.pdf
117
	rm index.html kmymoney-user.ps
117
	rm index.html kmymoney-user.ps

Return to bug 941