summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
Commit message (Collapse)AuthorAge
* Remove gensync and updatesync from normal distributionDan McGee2008-02-02
| | | | | | | | Move these two scripts into contrib/, and start the process of de-automaking them by removing the @sysconfdir@ references and the gettext initialization. The removal of all gettext will soon follow. Signed-off-by: Dan McGee <dan@archlinux.org>
* install: install prototype PKGBUILD and install to datadirDan McGee2008-01-06
| | | | | | | Move the prototypes out of contrib/ and into the top level directory, and install them to what is usually /usr/share/pacman/ on a package install. Signed-off-by: Dan McGee <dan@archlinux.org>
* Fixes to allow make distcheck to work againDan McGee2007-12-19
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Add {PKGBUILD,install}.proto to contrib/ directoryDan McGee2007-07-11
| | | | | | Also update README and Makefile.am in the contrib/ directory. Signed-off-by: Dan McGee <dan@archlinux.org>
* Autotool clean up.Andrew Fyfe2007-06-04
| | | | | | | | | * Add vim modeline to Makefile.am and configure.ac * Fix white space in Makefile.am and configure.ac * Add contrib/wget-xdelta.sh to EXTRA_DIST in Makefile.am Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
* * Added a readme file to the contrib/ directory.Dan McGee2007-03-07
|
* * TODO updates.Dan McGee2007-02-26
| | | | * Makefile.am updates for Aaron's move of re-pacman to contrib.
* Whoops, added to Makefile.amAaron Griffin2007-02-23
|
* * Updated distcheck target- added some flags so pactest is 100% correct.Dan McGee2007-02-23
* Added a Makefile.am so contrib/ folder is included in dist.