summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* gnome-autogen: infer PKG_NAME from configure.acMarc-André Lureau2014-12-231-2/+0
| | | | | | | Let's not repeat ourself in autogen.sh, there are already many places with the package name. https://bugzilla.gnome.org/show_bug.cgi?id=741891
* README: remove check for automake version in exampleMarc-André Lureau2014-12-231-1/+0
| | | | | | It's usually not required, so let's not show a bad example https://bugzilla.gnome.org/show_bug.cgi?id=741891
* doc: Move doc/usage.txt to README and updatePhilip Withnall2014-05-021-0/+38
| | | | | | | We don’t like references to CVS any more. Update the guidelines to no longer reference GNOME_COMMON_INIT. https://bugzilla.gnome.org/show_bug.cgi?id=729410
* build: remove useless (empty or ancient) files that we don't needRoss Burton2013-01-101-36/+0
|
* Trivial updateVincent Legoll2009-04-271-8/+9
| | | | | | * Remove CVS references, use "repository tree" * Fix whitespace * Fix typo "The" -> "There"
* To make this work both for GNOME Applications inside and outside theMartin Baulig1999-02-041-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME CVS Tree I did the following: * There is an `INSIDE_GNOME_COMMON' automake conditional which is defined in two places: - macros/aclocal-includes.m4 defines this to always be false. - gnome-common/configure.in does not include anything from macros and defines this to be true. * We use this automake conditional in the macros/Makefile.am to install $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep in `$(datadir)/aclocal/gnome'. Since aclocal doesn't look in subdirectories we can safely install them there even when compiling from CVS. Also, there is no need to make any change to any existing application in the GNOME CVS Tree - really fine ... * When we're outside the GNOME CVS Tree we simply need to tell aclocal that it should also look in `$(datadir)/aclocal/gnome' and it will find all the macros. The is a `gnome-skel' module in CVS that can be used as a starting point when writing a new GNOME Application that should be used outside CVS. February 4, 1999, Martin Baulig <martin@home-of-linux.org> svn path=/trunk/; revision=609
* New sample file. Likewise. Likewise. Likewise.Raja R Harinath1998-02-191-0/+2
* autogen.sh: New sample file. * configure.in: Likewise. * Makefile.am: Likewise. * README: Likewise. svn path=/trunk/; revision=91