improved generation of Readme.txt
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
				
			|||||||
# $Id: Makefile,v 1.1 2007/01/02 21:30:39 rschaten Exp $
 | 
					# $Id: Makefile,v 1.2 2007/01/03 12:37:19 rschaten Exp $
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Creates documentation and tarball for shipping.
 | 
					# Creates documentation and tarball for shipping.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -23,7 +23,7 @@ readme: doxygen
 | 
				
			|||||||
	echo "This file is auto-generated from the content of binarydcf77clock.dox." > Readme.txt
 | 
						echo "This file is auto-generated from the content of binarydcf77clock.dox." > Readme.txt
 | 
				
			||||||
	echo "You'll have more fun if you read the HTML-content in htmldoc or the PDF." >> Readme.txt
 | 
						echo "You'll have more fun if you read the HTML-content in htmldoc or the PDF." >> Readme.txt
 | 
				
			||||||
	echo >> Readme.txt
 | 
						echo >> Readme.txt
 | 
				
			||||||
	lynx -dump htmldoc/main.html >> Readme.txt
 | 
						lynx -nolist -dump htmldoc/main.html >> Readme.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pdf: doxygen
 | 
					pdf: doxygen
 | 
				
			||||||
	make -C latexdoc
 | 
						make -C latexdoc
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user