* mcron.texinfo.in: Rename to ... * doc/mcron.texi: ... this. * doc/config.texi.in: New file. * configure.ac: Adapt to it. * makefile.am: Likewise. * .gitignore: Likewise. * README--git: Likewise.
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			655 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			655 B
		
	
	
	
		
			Text
		
	
	
	
	
	
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.
 |