diff options
author | Dale Mellor <dale@rdmp.org> | 2012-02-04 14:33:02 +0000 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2012-02-04 14:33:02 +0000 |
commit | bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0 (patch) | |
tree | 8f4414e27017f233bdfe3c8a28cfd443e3b3368b /README--git | |
parent | 0115be5d133d1e5252d9f05ece3c09ee350914ab (diff) | |
download | mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.gz mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.bz2 mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.zip |
Look for user configuration files in $XDG_CONFIG_HOME (default to ~/.config/cron) as well as ~/.cron.
Diffstat (limited to 'README--git')
-rw-r--r-- | README--git | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README--git b/README--git new file mode 100644 index 0000000..14d5717 --- /dev/null +++ b/README--git @@ -0,0 +1,23 @@ +GNU mcron --- README--git -*-text-*- + + Copyright (C) 2012 Dale Mellor + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + + +If you have pulled mcron from the GIT repository, these are the steps you will +need to take to build it the first time: + +1) cp mcron.texinfo.in mcron.texinfo +2) aclocal +4) autoconf +3) automake -a +5) rm mcron.texinfo +6) ./configure --prefix={wherever} +7) make install + + +After that it should just be a simple matter of typing `make install' when you +want to build a version with changes in it. |