26 lines
		
	
	
	
		
			580 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			580 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/en/gnome/docs/Makefile,v 1.19 2006/01/01 20:32:17 adamw Exp $
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DOCS=	faq2.sgml
 | |
| DOCS+=	faq28.sgml
 | |
| DOCS+=	faq210.sgml
 | |
| DOCS+=	faq212.sgml
 | |
| DOCS+=	faq214.sgml
 | |
| DOCS+=	gnome_porting.sgml
 | |
| DOCS+=	gnome1_porting.sgml
 | |
| DOCS+=	gnome2_porting.sgml
 | |
| DOCS+=	porting.sgml
 | |
| DOCS+=	bugging.sgml
 | |
| DOCS+=  volunteer.sgml
 | |
| DOCS+=	develfaq.sgml
 | |
| DOCS+=	example-Makefile.sgml
 | |
| 
 | |
| SGML_INCLUDES+=	../includes.navgnome.sgml
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |