It doesn't really make sense to keep man pages in separate package. Previously it was done to avoid some build dependencies (pandoc require a lot of them), but it isn't a problem anymore.
		
			
				
	
	
		
			7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			149 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
ifeq ($(PACKAGE_SET),dom0)
 | 
						|
RPM_SPEC_FILES := rpm_spec/core-dom0.spec
 | 
						|
WIN_SOURCE_SUBDIRS := .
 | 
						|
WIN_COMPILER := mingw
 | 
						|
WIN_PACKAGE_CMD := make msi
 | 
						|
endif
 |