summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Install the xfce-helpersSimon Steinbeiss2020-06-171-0/+1
|
* Implement XDT_VERSION_INITNatanael Copa2020-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Add an XDT_VERSION_INIT help macro that will define a set of version macros using esyscmd so we no lnger need to use configure.ac.in to perpare the version string for AC_INIT. XDT_VERSION_INIT(SEMVER, [TAG] will set the following macros: - xdt_version - xdt_version_major - xdt_version_minor - xdt_version_micro - xdt_version_tag - xdt_version_build - xdt_debug_default Example usage: XDT_VERSION_INIT([4.15.3],[git]) AC_INIT([xfce4-someproject], [xdt_version()]) ... XDT_FEATURE_DEBUG([xdt_debug_default])
* Add manpage and tests to xdt-csourceRomain Bouvier2020-06-041-4/+6
| | | | | - Migrated from the old-csource - Needed to completely remove exo-csource from exo
* Switch to "foreign" mode for automakeRomain Bouvier2020-05-121-1/+2
| | | | | | | | | | - This way, we don't need to provide a README file, now that we start to switch to README.md for markdown readme on gitlab - "[..] differences between the gnu and foreign flavours is that the former requires the presence of a number of files in the top-level of the projects": https://autotools.io/automake/options.html - It also stop warning when using GNU make syntax, but we already mandate gnu make, so it's not a problem
* Fix autotools m4 warningHarald Judt2015-02-171-0/+2
|
* Cleanup files and update .gitignoreHarald Judt2015-02-171-3/+1
| | | | Update copyright dates, remove subversion $id strings, update .gitignore.
* Correctly quote macro.Nick Schermer2013-01-061-5/+0
|
* Update build.Nick Schermer2011-11-131-1/+2
|
* Remove spec file and rpm build.Nick Schermer2011-11-131-7/+2
|
* Port exo-csource to xdt-csource (bug #6449)Mike Massonnet2011-09-081-1/+2
| | | | The translations have been removed from the code -- Nick.
* Build ChangeLog from GIT.Nick Schermer2010-06-011-0/+9
|
* 2005-07-09 Benedikt Meurer <benny@xfce.org>release-4.3.0Benedikt Meurer2005-07-091-8/+4
| | | | | | | | | | | * Makefile.am: Set proper automake options. * HACKING, README: CVS -> SVN. * NEWS, configure.ac: Version 4.3.0. (Old svn revision: 16200)
* 2005-01-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-271-9/+1
| | | | | | | | | | * configure.ac: Fix tag name. Fix order of autoconf macros. Use autoconf values to initialize automake. * Makefile.am: Fix distclean-local target. Strip down EXTRA_DIST list. (Old svn revision: 2269)
* Initial revisionBMEURER_20050126Benedikt Meurer2005-01-261-0/+38
(Old svn revision: 2260)