|  | @@ -12,7 +12,7 @@
 | 
	
		
			
				|  |  |  # part of the source distribution, so that people without asciidoc can
 | 
	
		
			
				|  |  |  # just use the .1 and .html files.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -all_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify
 | 
	
		
			
				|  |  | +all_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify doc/tor-print-ed-signing-cert
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  if USE_ASCIIDOC
 | 
	
		
			
				|  |  |  nodist_man1_MANS = $(all_mans:=.1)
 | 
	
	
		
			
				|  | @@ -64,11 +64,13 @@ doc/tor.1.in: doc/tor.1.txt
 | 
	
		
			
				|  |  |  doc/torify.1.in: doc/torify.1.txt
 | 
	
		
			
				|  |  |  doc/tor-gencert.1.in: doc/tor-gencert.1.txt
 | 
	
		
			
				|  |  |  doc/tor-resolve.1.in: doc/tor-resolve.1.txt
 | 
	
		
			
				|  |  | +doc/tor-print-ed-signing-cert.1.in: doc/tor-print-ed-signing-cert.1.txt
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  doc/tor.html.in: doc/tor.1.txt
 | 
	
		
			
				|  |  |  doc/torify.html.in: doc/torify.1.txt
 | 
	
		
			
				|  |  |  doc/tor-gencert.html.in: doc/tor-gencert.1.txt
 | 
	
		
			
				|  |  |  doc/tor-resolve.html.in: doc/tor-resolve.1.txt
 | 
	
		
			
				|  |  | +doc/tor-print-ed-signing-cert.html.in: doc/tor-print-ed-signing-cert.1.txt
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # use config.status to swap all machine-specific magic strings
 | 
	
		
			
				|  |  |  # in the asciidoc with their replacements.
 | 
	
	
		
			
				|  | @@ -82,11 +84,13 @@ $(asciidoc_product) :
 | 
	
		
			
				|  |  |  doc/tor.html: doc/tor.html.in
 | 
	
		
			
				|  |  |  doc/tor-gencert.html: doc/tor-gencert.html.in
 | 
	
		
			
				|  |  |  doc/tor-resolve.html: doc/tor-resolve.html.in
 | 
	
		
			
				|  |  | +doc/tor-print-ed-signing-cert.html: doc/tor-print-ed-signing-cert.html.in
 | 
	
		
			
				|  |  |  doc/torify.html: doc/torify.html.in
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  doc/tor.1: doc/tor.1.in
 | 
	
		
			
				|  |  |  doc/tor-gencert.1: doc/tor-gencert.1.in
 | 
	
		
			
				|  |  |  doc/tor-resolve.1: doc/tor-resolve.1.in
 | 
	
		
			
				|  |  | +doc/tor-print-ed-signing-cert.1: doc/tor-print-ed-signing-cert.1.in
 | 
	
		
			
				|  |  |  doc/torify.1: doc/torify.1.in
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  CLEANFILES+= $(asciidoc_product)
 |