This was written from scratch, and offers numerous enhancements over the old script; notably: - Patches are parsed, coloured, uudecoded, and downloadable. - Cleaner, clearer layout. - Easier-to-read Audit-Trail. Reviewed by: freebsd-www (well, I tried...) Approved by: simon
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $FreeBSD: www/en/layout/css/Makefile,v 1.1 2005/10/04 05:49:13 murray Exp $
 | |
| 
 | |
| .if exists(../Makefile.conf)
 | |
| .include "../Makefile.conf"
 | |
| .endif
 | |
| .if exists(../Makefile.inc)
 | |
| .include "../Makefile.inc"
 | |
| .endif
 | |
| 
 | |
| DATA=   fixed.css fixed_large.css global.css iefixes.css layout.css navigation.css table.css text.css query-pr.css
 | |
| 
 | |
| .include "${WEB_PREFIX}/share/mk/web.site.mk"
 |