mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			353 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
## Process this file with automake to produce Makefile.in
 | 
						|
 | 
						|
htmldir = $(htmldocdir)
 | 
						|
html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
 | 
						|
			bugs.html sndfile_info.html new_file_type.HOWTO pkgconfig.html \
 | 
						|
			win32.html FAQ.html lists.html embedded_files.html octave.html \
 | 
						|
			dither.html tutorial.html
 | 
						|
 | 
						|
EXTRA_DIST = $(html_DATA)
 | 
						|
 |