AboutSummaryRefsLogTreeCommitDiffStats
path: root/README--git
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-29 16:52:48 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-29 17:53:37 +0200
commit319a1dbe4e6147cfe3e474dc03ae281b84a8765c (patch)
tree275747ec429329cef59f26bcdd497afbfc6e7e65 /README--git
parentdc5a7a500e4628b28597dc128151807c7ab949c6 (diff)
downloadmcron-319a1dbe4e6147cfe3e474dc03ae281b84a8765c.tar.gz
mcron-319a1dbe4e6147cfe3e474dc03ae281b84a8765c.tar.bz2
mcron-319a1dbe4e6147cfe3e474dc03ae281b84a8765c.zip
maint: Replace "README--git" with "HACKING"
* README--git: Delete. * HACKING: New file documenting how to contribute to Mcron. * Makefile.am (EXTRA_DIST): Distribute it.
Diffstat (limited to 'README--git')
-rw-r--r--README--git20
1 files changed, 0 insertions, 20 deletions
diff --git a/README--git b/README--git
deleted file mode 100644
index 0b24ded..0000000
--- a/README--git
+++ /dev/null
@@ -1,20 +0,0 @@
-GNU mcron --- README--git -*-text-*-
-
- Copyright (C) 2012, 2014 Dale Mellor
- Copyright (C) 2015, 2016 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.