summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Save .make-check-passed in builddir, so make distcheck passesJohan Dahlin2011-12-051-1/+1
|
* build: Update prepare-minor-release to use xz compressionColin Walters2011-08-291-1/+1
|
* Add a make-check check to pre-commit hookJohan Dahlin2011-08-291-0/+1
|
* Update autotools configurationJavier Jardón2011-08-261-1/+1
| | | | | Replace deprecated autoconf macros Use new libtool syntax
* build: Fix release bitsColin Walters2011-07-271-3/+3
|
* build: Fix pre-commit test for srcdir != builddirColin Walters2011-07-271-2/+2
|
* build: rework prepare-minor-release bits to handle srcdir != builddirColin Walters2011-07-271-16/+35
|
* Makefile: Fix release scripts to point to master.gnome.orgColin Walters2011-04-011-2/+2
| | | | This is where install-module lives now.
* Makefile: Make release targets depend on MakefileColin Walters2011-03-311-2/+2
| | | | So they get updated when configure changes.
* Makefile: Rework release toolsColin Walters2011-03-101-4/+9
| | | | | Separate "preparing" a release locally from actually uploading it, and automate bumping the version in configure.ac.
* cmph: Add automake rulesColin Walters2010-12-031-0/+1
|
* Makefile.am: Add GTESTER_PROGSColin Walters2010-12-031-1/+3
| | | | This is a list of test programs to run under "gtester".
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-3/+26
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* Move pyflakes to check-pyflakesColin Walters2010-11-091-0/+2
| | | | | It has false positives difficult to work around now, and is really better run as a periodic check anyways.
* dist: Don't use gpg for tags by defaultColin Walters2010-10-061-1/+1
| | | | | I don't have a GPG key setup anymore, not interested in the archaeology to find it right now.
* upload-release: Use bz2Johan Dahlin2010-10-031-3/+3
|
* Do not require .git to be presentJohan Dahlin2010-09-131-4/+4
| | | | | If .git is not present, do not require the pre-commit hook to be present either
* Add pre-commit to EXTRA_DISTJohan Dahlin2010-08-311-0/+1
|
* Add a pre-commit hook and enforce itJohan Dahlin2010-08-171-0/+4
|
* [build] Remove gcov supportJohan Dahlin2010-05-281-17/+0
| | | | | It's been broken for some time, remove it instead of letting it bitrot.
* [build] Require gtk-doc at distcheck timeJohan Dahlin2010-05-191-0/+1
| | | | | | | This should make sure that new tarballs contain the reference documentation. https://bugzilla.gnome.org/show_bug.cgi?id=618651
* Install Makefile.introspection in the right dirJohan Dahlin2009-12-141-2/+2
| | | | Also, make sure that it is included in the dist
* Add a Makefile.introspectionJohan Dahlin2009-12-141-0/+3
| | | | | This will make it easier for third-party projects to use introspection by having easy make rules.
* Bug 587279 - Add COPYING.GPL and COPYING.LGPLColin Walters2009-08-241-0/+2
| | | | | It's better to keep lawyers happy if we ship the actual license files rather than just mentioning them in COPYING.
* Bug 583686 - Add gobject-introspection-no-export-1.0.pcColin Walters2009-07-061-1/+1
| | | | | | Some projects may want to avoid the giant -Wl,--export-dynamic hammmer and instead use a custom regexp or export list, so provide a .pc file for them to use.
* Create signed tags instead of lightweight onesJohan Dahlin2009-06-221-1/+1
|
* Fix pep8.py and its invocation.Chris Rivera2009-05-281-1/+1
| | | | | | | | | | pep8.py:input_file() normally returns the number of errors found in a given file, but it returns an empty dict if the file is excluded. Change it to return 0 instead. config.py is auto-generated with a prefix that may be longer than 80 characters. Exclude config.py in the pep8.py check. This fixes 4042.
* Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.amColin Walters2009-03-031-0/+6
| | | | | | | We have more comprehensive testing in tests/scanner and tests/everything, and these tests were designed from a time when we were trying to make the g-ir-generate output exactly match the .gir, which has not been true for some time and will not be in the future.
* Dist m4 filesJohan Dahlin2009-02-271-0/+1
|
* Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILDColin Walters2009-02-181-1/+1
| | | | The latter option seems to be what others are doing, so we do too.
* Various gtk-doc fixes: only require 1.11, remove generated files, add docs ↵Colin Walters2009-02-181-1/+1
| | | | | | | | | | to SUBDIRS The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.
* Add a simple invokation exampleJohan Dahlin2009-02-171-1/+1
|
* Bug 571182 – introspection.m4 issuesJohan Dahlin2009-02-121-1/+3
| | | | | Adds the introspection.m4 file to gobject-introspection. This is meant to be used by third-party libraries.
* Add gtk-doc supportJohan Dahlin2009-02-121-0/+1
|
* Push the tags to the remote host when doing the releaseJohan Dahlin2009-02-111-1/+1
|
* Update release-tag targetJohan Dahlin2009-02-111-6/+4
|
* Post release version bumpJohan Dahlin2008-10-311-1/+1
| | | | | | | | | 2008-10-31 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump svn path=/trunk/; revision=856
* add an upload-release target Release process documentationJohan Dahlin2008-10-311-0/+3
| | | | | | | | | | | 2008-10-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: add an upload-release target * docs/release-checklist.txt: Release process documentation svn path=/trunk/; revision=853
* Add a CONTRIBUTORS file and dist it.Johan Dahlin2008-10-241-0/+1
| | | | | | | | | | | 2008-10-24 Johan Dahlin <johan@gnome.org> * CONTRIBUTORS: * Makefile.am: Add a CONTRIBUTORS file and dist it. svn path=/trunk/; revision=802
* Remove extra echo from the release-tag ruleJohan Dahlin2008-08-311-1/+1
| | | | svn path=/trunk/; revision=561
* Add a release-tag ruleJohan Dahlin2008-08-311-0/+9
| | | | svn path=/trunk/; revision=560
* Add man pages for the generator and compiler.Johan Dahlin2008-08-291-1/+4
| | | | | | | | | | | | | 2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518
* Make distcheck pass.Johan Dahlin2008-08-281-1/+5
| | | | | | | | | | | | | | | 2008-08-28 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * gir/Makefile.am: * giscanner/Makefile.am: * tests/Makefile.am: * tests/scanner/Makefile.am: Make distcheck pass. svn path=/trunk/; revision=507
* Move .gir files to -good.gir, tweak build order.Colin Walters2008-08-171-1/+1
| | | | | | | | | | | | * gir/glib-2.0.gir, gir/gobject-2.0.gir: Rename to -good, always generate during build. * gir/Makefile.am: Ensure .gir files dep on all scanner sources. * Makefile.am: Switch build order to ensure the scanner is ready before we do gir/. * tools/g-ir-scanner: Look for .git too. svn path=/trunk/; revision=390
* Clean up gcov integration a bitJohan Dahlin2008-08-091-33/+16
| | | | svn path=/trunk/; revision=342
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | 2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277
* Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin2008-04-291-0/+1
| | | | | | | | | | | | | 2008-04-29 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/g-ir-scanner.1: * metadata-annotations-proposal.txt: * metadata-format.txt: Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt svn path=/trunk/; revision=259
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-281-1/+1
| | | | | | | | | | | | | | | | 2008-04-27 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * gidl/Makefile.am: * gidl/gobject-2.0.gidl: * gir/Makefile.am: * gir/gobject-2.0.gir: * tests/parser/Makefile.am: Replace the GObject gidl with a GObject gir. svn path=/trunk/; revision=241
* Move the scanner to a separate library.Johan Dahlin2008-03-251-1/+1
| | | | | | | | | | | | | | | | | | | 2008-03-25 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * giscanner/Makefile.am: * giscanner/sourcescanner.c: * giscanner/sourcescanner.h: * tools/Makefile.am: * tools/grealpath.h: * tools/sourcescanner.c: * tools/sourcescanner.h: Move the scanner to a separate library. svn path=/trunk/; revision=164
* Make 'make distcheck' work again.Johan Dahlin2008-02-101-5/+6
| | | | | | | | | | | | 2008-02-10 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * girepository/Makefile.am: Make 'make distcheck' work again. svn path=/trunk/; revision=110