blob: d800cf5b0cc780495ac623bc8748ff0aff648b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
diff -ur facturalux-0.4/facturalux/docs/Makefile.in facturalux-0.4-gentoo/facturalux/docs/Makefile.in
--- facturalux-0.4/facturalux/docs/Makefile.in 2002-12-19 10:17:25.000000000 +1300
+++ facturalux-0.4-gentoo/facturalux/docs/Makefile.in 2003-11-07 00:18:13.000000000 +1300
@@ -384,10 +384,10 @@
install-data-local:
#>- $(mkinstalldirs) $(datadir)/doc/facturalux/
#>+ 1
- $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/facturalux/
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/facturalux-$(VERSION)/html
#>- $(INSTALL_DATA) $(srcdir)/index.html $(datadir)/doc/facturalux/index.html
#>+ 1
- $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(datadir)/doc/facturalux/index.html
+ $(INSTALL_DATA) $(srcdir)/index.html $(DESTDIR)$(datadir)/doc/facturalux-$(VERSION)/html/index.html
uninstall-local:
#>- -rm -f $(datadir)/doc/facturalux/index.html
diff -ur facturalux-0.4/facturalux/flbase/FLApplication.cpp facturalux-0.4-gentoo/facturalux/flbase/FLApplication.cpp
--- facturalux-0.4/facturalux/flbase/FLApplication.cpp 2002-12-19 10:17:25.000000000 +1300
+++ facturalux-0.4-gentoo/facturalux/flbase/FLApplication.cpp 2003-11-07 00:19:43.000000000 +1300
@@ -366,7 +366,7 @@
}
}
}
- QString index = FLDATA "/doc/facturalux/index.html";
+ QString index = FLDATA "/doc/facturalux-0.4/html/index.html";
HelpWindow *help = new HelpWindow (index, ".", pWorkspace, "help viewer");
help->showMaximized ();
diff -ur facturalux-0.4/facturalux/kugar/mreportsection.cpp facturalux-0.4-gentoo/facturalux/kugar/mreportsection.cpp
--- facturalux-0.4/facturalux/kugar/mreportsection.cpp 2002-12-19 10:17:25.000000000 +1300
+++ facturalux-0.4-gentoo/facturalux/kugar/mreportsection.cpp 2003-11-06 18:09:44.000000000 +1300
@@ -200,7 +200,7 @@
/** Sets the data for the all calculated fields - list size must number of calculated fields */
void
-MReportSection::setCalcFieldData (QPtrList < QMemArray < double >>*values)
+MReportSection::setCalcFieldData (QPtrList < QMemArray < double > >*values)
{
MCalcObject *field;
int i = 0;
|