 c37bbb2641
			
		
	
	c37bbb2641
	
	
	
		
			
			Various files are in git but not in dist tarballs. Some of them look like potentially useful references for downstream distributors. Signed-off-by: Simon McVittie <smcv@debian.org>
		
			
				
	
	
		
			22 lines
		
	
	
		
			453 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			453 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ## Process this file with automake to produce Makefile.in
 | |
| include $(top_srcdir)/Makefile.decl
 | |
| 
 | |
| SUBDIRS = reference tools
 | |
| 
 | |
| EXTRA_DIST += \
 | |
| 	CODING-STYLE			\
 | |
| 	developers.txt			\
 | |
| 	dnd_internals.txt		\
 | |
| 	focus_tracking.txt		\
 | |
| 	iconcache.txt			\
 | |
| 	RELEASE-HOWTO			\
 | |
| 	sizing-test.txt			\
 | |
| 	styles.txt			\
 | |
| 	text_widget_internals.txt	\
 | |
| 	tree-column-sizing.png		\
 | |
| 	tree-column-sizing.txt		\
 | |
| 	widget_geometry.txt		\
 | |
| 	widget_system.txt
 | |
| 
 | |
| -include $(top_srcdir)/git.mk
 |