man page: gzip should no longer delete generated file, preventing constant rebuilding
This commit is contained in:
		@@ -29,7 +29,7 @@ else(NOT RONN OR NOT GZIP)
 | 
			
		||||
        add_custom_command(OUTPUT "${outfile}.gz"
 | 
			
		||||
                DEPENDS "${outfile}"
 | 
			
		||||
                COMMAND "${GZIP}"
 | 
			
		||||
                ARGS    -f "${outfile}"
 | 
			
		||||
                ARGS    -fk "${outfile}"
 | 
			
		||||
        )
 | 
			
		||||
        set(manpages ${manpages} "${outfile}.gz")
 | 
			
		||||
    endmacro(generate_manpage)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user