diff options
author | Dale Mellor <dale@rdmp.org> | 2015-07-06 05:46:30 +0100 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2015-07-06 05:46:30 +0100 |
commit | 024027ae2dcc425f7a3bf5bf3ff3671833b02ce6 (patch) | |
tree | 431584749084f7b041d406153cfcf1ad1f043737 /README--git | |
parent | df4fa60a031e30eff00c2fa06b0ea23d4e50b057 (diff) | |
download | mcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.tar.gz mcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.tar.bz2 mcron-024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.zip |
Have a new directory to get rid of with maintainer-clean.
Diffstat (limited to 'README--git')
-rw-r--r-- | README--git | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/README--git b/README--git deleted file mode 100644 index 9ebaa0d..0000000 --- a/README--git +++ /dev/null @@ -1,20 +0,0 @@ -GNU mcron --- README--git -*-text-*- - - Copyright (C) 2012, 2014 Dale Mellor - Copyright (C) 2015 Mathieu Lirzin - - 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) autoreconf -vfi -2) ./configure --prefix={wherever} -3) 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. |