aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
Commit message (Collapse)AuthorAgeFilesLines
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-04-241-2/+2
|
* Made the (re-)building of the proto.h file automatic in theWayne Davison2007-11-241-15/+0
| | | | | main Makefile rules, and the (re-)building of the man pages automatic if yodl2man is present.
* Let's try using perl for building proto.h.Wayne Davison2007-11-091-6/+1
|
* Improved configure bootstrap to try to build generated filesWayne Davison2007-11-091-2/+2
| | | | before fetching them.
* This is an attempt to remove generated files from the rsync repositoryWayne Davison2007-11-091-4/+6
| | | | while still supporting the samba build farm. Let's see if it works.
* Changed name of tweak_manpage script.Wayne Davison2006-11-141-2/+2
|
* Post-process manpages with the tweak_manpage_dashes perl script.Wayne Davison2006-10-241-0/+2
|
* Only call the just-added "touch" if autoheader succeeded.Wayne Davison2006-02-071-2/+1
|
* Ensure that the timestamp for config.h.in is changed afterWayne Davison2006-02-061-0/+1
| | | | running autoheader.
* Added dependencies for proto.h.Wayne Davison2006-02-061-1/+1
|
* Changed the "proto" target to "proto.h".Wayne Davison2006-02-061-2/+2
|
* Moved the rules for generating files such as configure, config.h.in,Wayne Davison2006-02-061-0/+23
proto.h, and the manpages into this separate makefile, allowing it to be used without first running configure (which builds the Makefile).