summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-06-03Update .gitignore for doc buildlibDaniel Hartwig1-130/+3
2012-06-01Update to the doc buildlib; all translations portedDaniel Hartwig1-0/+3
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-30Remove redundancy in doc build systemDaniel Hartwig1-0/+15
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
2012-02-14Update Polish translationsMichał Kułach1-0/+7
2011-04-02Explicitly include the GPL2 in the source tree.Daniel Burrows1-1/+0
automake correctly points out that this was getting symlinked to a version of the GPL that I might not have chosen. I think switching to v3 at some point makes sense, but there are lots of files to edit :-/
2011-04-02Replace the db2latex generation for the docs with fo -> pdf generation.Daniel Burrows1-0/+2
db2latex is pretty much dead and built on a deprecated stack. I still wish there was a way to get decent latex output from docbook, but it seems that we're in a "never the twain shall meet" situation for now. Note that aptitude's documentation can't be processed through the packaged version of fop until a bug in fop is fixed (filed in debbugs with a patch).
2010-07-20Add .moc and .mocc to the ignore list.Daniel Burrows1-0/+2
2010-06-18Add more generated files and the distribution tarfiles to .gitignore.Daniel Burrows1-0/+5
2010-06-06Add gtest_test to .gitignore.Daniel Burrows1-0/+1
2010-05-18Ignore .deps directories (generated by automake builds).Daniel Burrows1-0/+2
2010-05-16Add the build products and other common things that should be ignored to ↵Daniel Burrows1-0/+229
.gitignore.