]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
Use setup.sh instead of Makefile.
authorSimon Ruderich <simon@ruderich.org>
Wed, 18 Feb 2009 17:21:29 +0000 (18:21 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 18 Feb 2009 17:21:29 +0000 (18:21 +0100)
commitfbc6b0059f5345e8974bd713dc041a4e39e18c73
treeff5237fa5bf91e09a46adc737f2767a57a79df19
parenta24eb9ac39d0b6bde1fc8ae2e4654cfc81e70b90
Use setup.sh instead of Makefile.

This was done as shell scripts are far more expandable than Makefiles.

link.sh and m4.sh were converted to functions and stored in lib.sh. The
subdirectories include it and call link() and m4() when necessary.

As the subdirectories also no longer use Makefiles for the setup task, the new
setup.sh scripts calls their setup.sh scripts.
Makefile [deleted file]
lib.sh [new file with mode: 0644]
link.sh [deleted file]
m4.sh [deleted file]
setup.sh [new file with mode: 0755]