summaryrefslogtreecommitdiff
path: root/doc/fi
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Temporary fix to install man pages: specify targets manuallyDaniel Hartwig1-0/+2
2012-06-01Tweak targets, variables in doc MakefilesDaniel Hartwig2-4/+2
2012-06-01Fix minor groff error in other manpagesDaniel Hartwig1-2/+2
<refmeta> elements which used the &aptitude; (and other) entities were exported with implicit <command> elements. These inserted font change tags which were upcased in the output file, generating an unknown font warning.
2012-06-01Update to the doc buildlib; all translations portedDaniel Hartwig2-59/+13
All doc translations now use the new buildlib rule files which is cleaner and much easier to maintain. This involves many changes and a general cleanup. Some of the more noticable changes: * doc: - html docs no longer install to $docdir/html, but respect the htmldir option of configure (which defaults to $docdir) - build is more parallel * buildlib/doc.mk: - Standard makefile rules for documentation * buildlib/docbook.mk: - Makefile rules for targets from docbook source * buildlib/po4a.mk: - Makefile rules for targets from po4a translations * doc/Makefile.am, doc/??/Makefile.am: - rename LANGCODE to LC - update to use buildlib files; most of these files are now very short * configure.ac: - suppress portability warnings as we require GNU make - include bugreport address - check for tools used to generate the documentation: po4a, xsltproc, fop, rsvg-convert
2012-05-31Tidy generation, encoding of README filesDaniel Hartwig1-3/+4
Encoding issues are now taken care of by html-to-text. No longer are there "ASCII" hacks in stylesheets and such. Some READMEs were available but not installed. Even though some of these are older translations they are now all installed to the system. * doc/aptitude-txt.xsl: - removed ASCII hacks which did not work * doc/fixup-text: - removed this script, no longer needed * doc/html-to-text: - now takes mandatory output encoding argument * explicitly set encodings - README.en → ISO-8859-1 - README.{cs,es,fr,fi,it,ja} → UTF-8 * po/*.po: - updated for these changes - clear incorrect msgstr where the translator had mistaken the purpose of "README"
2012-05-23Update docs for localized column widthsDaniel Hartwig1-4/+4
2012-04-25update Finnish manpage to point to doc package (from Ubuntu: ↵Daniel Hartwig1-1/+1
12_point_manpage_to_doc_package)
2011-04-02Nuke the scons build scripts.Daniel Burrows1-8/+0
These never worked out as well as I intended, and all indications were that they would be a maintenance burden...or just bitrot. Fully parallel builds are nice, but my builds are pretty quick on my 8-core box even with the artificial chokepoints that automake induces.
2010-06-20Uniformly use $(srcdir) when grabbing files for install using $(wildcard), ↵Daniel Burrows1-1/+1
so wildcarded files get picked up even if the build directory isn't the source directory. Most importantly, this means that translated defaults are available again. (Closes: #586508, #586511)
2010-04-26Switch to the new calling convention for manpage_postprocess.Daniel Burrows1-1/+1
2010-04-26Make the fixman scripts executable.Daniel Burrows1-0/+0
2010-04-25Add a build file for the Finnish documentation.Daniel Burrows1-0/+8
Haven't tested the manpage postprocessing yet.
2010-01-10Switch from html2text to elinks for generating the flat text documentation.Daniel Burrows1-2/+4
This should resolve a lot of complaints from users about encoding issues in the text manual.
2009-06-09Avoid replacing a word in the Finnish manpage as this fails in some locales. ↵Jens Seidel1-1/+1
Closes: #531582
2008-09-05Strip more HTML entities from the output of html2text. (Closes: #496719)Daniel Burrows1-1/+1
2006-10-07[aptitude @ Avoid installing 2 man pages for French and Finnish. Closes: ↵bubulle@debian.org1-2/+0
#351531] 351531_fi-fr-man
2005-10-23[aptitude @ Update Finnish manpage]Jaakko Kangasharju1-8/+172
2005-10-05[aptitude @ Work around darcs executable-bit braindamage]dburrows@debian.org1-1/+1
Since darcs doesn't understand executable bits, just rewrite the Makefiles to work when their scripts are non-executable.
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows29-0/+9134