mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			243 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # $PostgreSQL: pgsql/contrib/tips/Makefile,v 1.6 2003/11/29 19:51:36 pgsql Exp $
 | |
| 
 | |
| subdir = contrib/tips
 | |
| top_builddir = ../..
 | |
| include $(top_builddir)/src/Makefile.global
 | |
| 
 | |
| DOCS = README.apachelog
 | |
| 
 | |
| include $(top_srcdir)/contrib/contrib-global.mk
 |