aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-2/+1
| | | | Remove old ChangeLog files that predate our switch to git.
* Drop obsolete Bonobo-based importer documentation.Matthew Barnes2009-08-301-3/+0
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+2
| | | | svn path=/trunk/; revision=21426
* (HTML_DIR): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-231-1/+1
| | | | svn path=/trunk/; revision=19557
* Remove the copying of the index.sgml file which doesn't seem to beEttore Perazzoli2001-07-311-1/+0
| | | | | | | | * Makefile.am (dist-hook): Remove the copying of the index.sgml file which doesn't seem to be generated anywhere anyway. svn path=/trunk/; revision=11506
* Clean up make dist.Peter Williams2001-07-121-9/+17
| | | | | | | | 2001-07-10 Peter Williams <peterw@ximian.com> * */Makefile.am (dist-hook): Clean up make dist. svn path=/trunk/; revision=11039
* ... and comment out more exec summary stuff.Peter Williams2001-06-261-6/+6
| | | | | | | | 2001-06-25 Peter Williams <peterw@ximian.com> * Makefile.am: ... and comment out more exec summary stuff. svn path=/trunk/; revision=10482
* Fix make dist.Peter Williams2001-06-261-2/+0
| | | | | | | | | | | 2001-06-25 Peter Williams <peterw@ximian.com> * calendar/cal-util/Makefile.am, calendar/cal-client/Makefile.am: Fix make dist. * Makefile.am: clean up a bit. svn path=/trunk/; revision=10481
* disable executive summary build because it is no longer builtJP Rosevear2001-06-221-1/+1
| | | | | | | | | 2001-06-21 JP Rosevear <jpr@ximian.com> * Makefile.am: disable executive summary build because it is no longer built svn path=/trunk/; revision=10388
* calendar/cal-client/Makefile.am: calendar/cal-util/Makefile.am:Peter Williams2001-06-221-26/+115
| | | | | | | | | | | | | | 2001-06-21 Peter Williams <peterw@ximian.com> * Makefile.am: calendar/cal-client/Makefile.am: calendar/cal-util/Makefile.am: importer/Makefile.am: executive-summary/Makefile.am: Changed to used gtk-doc's canonical Makefile.am (plus some tweaks because not every dir builds html). svn path=/trunk/; revision=10375
* Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-241-4/+4
| | | | | | | Get the docs to build and install properly. Temporarily disable the importer devel docs as they seem to be pretty broken. svn path=/trunk/; revision=9507
* Final docs.Iain Holmes2001-02-021-2/+7
| | | | svn path=/trunk/; revision=7940
* Some API documentation for the importerIain Holmes2001-01-181-2/+5
| | | | svn path=/trunk/; revision=7589
* Make it work when gtk-doc is not installed.Federico Mena Quintero2001-01-111-0/+2
| | | | | | | | | | | | 2001-01-10 Federico Mena Quintero <federico@helixcode.com> * Makefile.am: Make it work when gtk-doc is not installed. * calendar/cal-client/Makefile.am: Likewise. * calendar/cal-util/Makefile.am: Likewise. svn path=/trunk/; revision=7384
* Added proper dependency lists to the gtk-doc mess.Federico Mena Quintero2000-12-201-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-19 Federico Mena Quintero <federico@helixcode.com> Added proper dependency lists to the gtk-doc mess. * calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused variable. (SOURCE_FILES): New variable with the list of source files we depend on. (IGNORED_SOURCE_HEADERS): New variable with the headers we ignore for the gtkdoc-scan phase. (scan_generated): (tmpl_dependencies): (tmpl_sources): (tmpl_generated); (sgml_dependencies): (sgml_generated): Lists of stuff that is generated and that other stuff depends on. (all): Added the $(sgml_generated) as the final target. (install-data-local): Added an installation hook; gtk-doc seems to want some of its generated files to be installed. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. * calendar/cal-util/Makefile.am: Made the same changes as for calendar/cal-client/Makefile.am. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * Makefile.am (local_entities): Added alarm-generation.sgml. (all): Made the main target be the html/index.html. svn path=/trunk/; revision=7084
* Added an id for the API reference <part>. Added the FDL <legalnotice>.Federico Mena Quintero2000-11-301-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-11-29 Federico Mena Quintero <federico@helixcode.com> * evolution-devel-guide.sgml: Added an id for the API reference <part>. Added the FDL <legalnotice>. Added the preface and toplevel reference entities. Added entities for Evolution, Wombat, and Camel. Added an appendix for the GNU FDL. * preface.sgml: New file with the introduction to the Evolution Developer's Guide. * reference.sgml: Split the toplevel reference part into its own file. * fdl.sgml: Added the GNU Free Documentation License. * calendar/evolution-calendar.sgml: Added an id for the <part>. * calendar/public-reference.sgml: Added an id for the <reference>. Moved this file over from calendar/reference.sgml. * Makefile.am (local_entities): Added a list of the SGML files that define entities for inclusion in the toplevel document. This way we can track documentation file dependencies down to all levels. (html/index.html): Made the toplevel document depend on $(local_entities). Also, removed the "html" target and put its contents directly here; this way we avoid having .PHONY targets. (EXTRA_DIST): Removed the evolution_devel_guideDATA; it made no sense. (content_files): Added preface.sgml and reference.sgml. svn path=/trunk/; revision=6715
* Fix make maintainer-cleanPeter Williams2000-08-101-1/+1
| | | | svn path=/trunk/; revision=4670
* New <book> toplevel for the Evolution Developer's Guide.Federico Mena Quintero2000-07-181-0/+64
2000-07-17 Federico Mena Quintero <federico@helixcode.com> * evolution-devel-guide.sgml: New <book> toplevel for the Evolution Developer's Guide. * calendar/evolution-calendar.sgml: New <part> for the calendar developer's documentation. * calendar/architecture.sgml: New <chapter> for the calendar architecture. * calendar/reference.sgml: New <reference> for the calendar API reference. svn path=/trunk/; revision=4191