summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Change the deb.sh and rpm.sh scripts to remove old .deb or .rpmfergus.henderson2008-06-191-6/+14
* Update the html version of the man pages, based on the .1 updates.csilvers2008-06-091-3/+6
* When uploading the package, we try to update the website as well.csilvers2008-06-071-3/+7
* The avahi files (zeroconf.c, etc), were being left out of thecsilvers2008-06-041-3/+4
* It turns out setup.py has a bug(?) in its --record output: in theory,csilvers2008-06-041-1/+5
* Fix up the list of zeroconf files needed to actually compile distcccsilvers2008-06-031-2/+3
* Fix a bug where the "pump" man page was not included in the RPMfergus.henderson2008-05-301-5/+9
* Fix a bug which broke the Debian and RPM distributions: the generated pumpfergus.henderson2008-05-231-1/+1
* Some usability improvements, in particular better diagnostics forfergus.henderson2008-05-211-2/+2
* Two bug fixes:fergus.henderson2008-05-161-2/+3
* Fix removal of 'pump'.klarlund2008-05-161-1/+0
* Fix variable that denotes the source location.klarlund2008-05-161-2/+0
* Add 'pump' to 'all' target. Add 'rm pump' to 'clean' target.klarlund2008-05-151-1/+2
* Instead of a hack to figure out if pump is installed or not -- onecsilvers2008-05-151-5/+20
* 1) Fix up a PATH= assignment that would fail if builddir had spaces incsilvers2008-05-141-5/+5
* A few more cleanups:csilvers2008-05-141-2/+2
* In the non-included popt case, POPT_INCLUDES was the empty string,csilvers2008-05-131-1/+1
* Double-quote unprotected directory reference.klarlund2008-05-101-2/+2
* Cosmetic clean-up of Makefile.in.klarlund2008-05-101-5/+2
* Add "daemon-installcheck" target.fergus.henderson2008-05-091-2/+26
* Make handling of config.h sound.klarlund2008-05-091-3/+5
* Rewrite setup.py and associated logic to fix multiple build problems.klarlund2008-05-091-28/+30
* For machines without python installed, before this change we'd checkcsilvers2008-05-021-108/+117
* Small wording change, suggested by klarlund@google.comcsilvers2008-05-021-2/+2
* Previously, 'make check' was a noop because we do not require pythoncsilvers2008-05-011-6/+21
* Include-server requires python 2.4 or higher, but the test frameworkcsilvers2008-05-011-21/+31
* Make install-checks work and a lot of clean-up in regards to the 'checking'klarlund2008-04-301-106/+160
* These changes are enough to get code to compile, and at least some ofcsilvers2008-04-281-1/+1
* Add uninstall targets, to undo the effects of 'make install'. I trycsilvers2008-04-241-1/+65
* Fix some bugs in the googlecode-upload script, and modify the uploadcsilvers2008-04-191-3/+6
* Rename directory testtmp to _testtmp in line with our current practice forklarlund2008-04-181-1/+1
* A bunch of changes to the configuration files and installation:fergus.henderson2008-04-181-13/+66
* Add missing dependency on pump for target pump-check and pump-installcheck. Toklarlund2008-04-181-6/+15
* Fix missing line continuation in a Makefile rule.fergus.henderson2008-04-181-2/+2
* Quick fix to my previous commit: I have to make sure every Make linecsilvers2008-04-181-1/+1
* Augment 'make distcheck' to ensure that 'make', 'make check', 'makecsilvers2008-04-181-1/+5
* Add 'make rpm' to make the rpm files for this project (much like 'makecsilvers2008-04-171-15/+15
* Resolve some TODO's in the Makefile (and, to a lesser extent, incsilvers2008-04-171-67/+105
* The second part of my change to hoist everything in the distcc/csilvers2008-04-121-199/+197
* Merge configure.ac, distcc/configure.ac, andcsilvers2008-04-111-90/+828
* Initial submission @6805748, not fully baked yet.klarlund2008-03-281-0/+111