summaryrefslogtreecommitdiff
path: root/doc/es
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Temporary fix to install man pages: specify targets manuallyDaniel Hartwig1-0/+3
2012-06-01Tweak targets, variables in doc MakefilesDaniel Hartwig1-3/+1
2012-06-01Update to the doc buildlib; all translations portedDaniel Hartwig1-9/+15
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-0/+2
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-30Remove redundancy in doc build systemDaniel Hartwig3-427/+7
Lots of code was duplicated between makefiles for the various translations. Much of this is now in common rules files making it easier to add new translations. Translations that use po4a and provide full documentation have been updated to use the new includes. Some work is still required to make this compatible with the non-po4a and partial translations. * doc/common.mk: - common rules for doc makefiles * doc/po4a.mk: - common rules for po4a makefiles * doc/po4a/po4a.cfg: - new po files are picked up automatically - translate also safety-cost-level-diagram.svg * doc/po4a/Makefile.am: - update-po only updates the po files * doc/po4a/po/Makefile.am: - include aptitude.pot in dist files * doc/{es,fr,it}/Makefile.am: - use common rules
2011-04-02Nuke the scons build scripts.Daniel Burrows1-7/+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-04-25Add build files for the Spanish docs.Daniel Burrows1-0/+7
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-11-19Fix the Spanish documentation's install step to honor DESTDIR everywhere.Daniel Burrows1-1/+1
2009-11-14Added pictures for Spanish manual. Thanks Omar Campagne <ocampagne@gmail.com>.Jens Seidel34-9/+380
2009-07-21Fix the build system for the Spanish manual translation to handle DESTDIR ↵Daniel Burrows1-2/+2
correctly.
2009-06-09Added initial Spanish doc translation by Omar Campagne <ocampagne@gmail.com>Jens Seidel1-0/+73