mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Apply 2 suggestion(s) to 1 file(s)
This commit is contained in:
		
				
					committed by
					
						
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							088df783c0
						
					
				
				
					commit
					c33edff7fa
				
			@@ -113,10 +113,10 @@ if get_option('man')
 | 
				
			|||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# GVariant specification is currently standalone
 | 
					# GVariant specification is currently standalone
 | 
				
			||||||
rst2html5 = find_program('rst2html5', required: false)
 | 
					rst2html5 = find_program('rst2html5', 'rst2html5.py', required: false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if rst2html5.found()
 | 
					if rst2html5.found()
 | 
				
			||||||
  spec_path = join_paths(glib_datadir, 'doc', 'glib-2.0')
 | 
					  spec_path = glib_datadir / 'doc' / 'glib-2.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  figures = files(
 | 
					  figures = files(
 | 
				
			||||||
    'gvariant-byte-boundaries.svg',
 | 
					    'gvariant-byte-boundaries.svg',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user