Put in paths for FreeBSD and made these the default.
1 parent 110b783 commit c91bc16ebb84c99daaca2be12c2dd8c84c4969f1
@tundra tundra authored on 16 Jul 2010
Showing 1 changed file
View
22
makefile
# Produce Various Output Formats From A Restructured Text Source Document
# $Id: makefile,v 1.101 2010/07/16 14:38:02 tdaneli Exp $
# $Id: makefile,v 1.102 2010/07/16 22:41:01 tundra Exp $
 
 
#####
# Setup The Project Here
#####
# Things That May Have To Be Changed, Depending On System
#####
 
FILTDIR = /usr/bin
PROGDIR = /usr/bin
# Use these for FreeBSD
 
FILTDIR = /usr/local/bin
PROGDIR = /usr/local/bin
 
 
# Use these for Cygwin
 
#FILTDIR = /usr/bin
#PROGDIR = /usr/bin
 
 
########################################################################
# Nothing Below This Line Should Need To Be Changed #