summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoye <joye>2013-09-11 20:46:40 (GMT)
committerjoye <joye>2013-09-11 20:46:40 (GMT)
commit7ebb2ec3a8e19d0a5e4ecf65aad563467747480d (patch)
tree487b2c6c7dbbd4d631b185348feffa6f987076c6 /Makefile.in
parent0eda9cc705acbc6c17ad7eab46e685fcce309d9f (diff)
downloadblt-7ebb2ec3a8e19d0a5e4ecf65aad563467747480d.zip
blt-7ebb2ec3a8e19d0a5e4ecf65aad563467747480d.tar.gz
blt-7ebb2ec3a8e19d0a5e4ecf65aad563467747480d.tar.bz2
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index b9abd63..e4d16a83 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,7 +145,7 @@ WISH = $(PKG_ENV) $(TCLSH_ENV) $(WISH_ENV) $(WISH_PROG)
SHARED_BUILD = @SHARED_BUILD@
#INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@
-INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@
+INCLUDES = @PKG_INCLUDES@ @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@ @XFT_CFLAGS@
PKG_CFLAGS = @PKG_CFLAGS@
@@ -201,10 +201,10 @@ libraries:
#========================================================================
doc:
- @echo "If you have documentation to create, place the commands to"
- @echo "build the docs in the 'doc:' target. For example:"
- @echo " xml2nroff sample.xml > sample.n"
- @echo " xml2html sample.xml > sample.html"
+# @echo "If you have documentation to create, place the commands to"
+# @echo "build the docs in the 'doc:' target. For example:"
+# @echo " xml2nroff sample.xml > sample.n"
+# @echo " xml2html sample.xml > sample.html"
install: all install-binaries install-libraries install-doc