summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 16:23:41 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 16:23:41 (GMT)
commitec272fb1773c608386afaf2832d549f3de6669b1 (patch)
tree9d1a0e4c5306f2777585db90bad605d9c42f4822
parentea8141157cab7d1b2f6cff5463988d1f68f66db3 (diff)
downloadblt-ec272fb1773c608386afaf2832d549f3de6669b1.zip
blt-ec272fb1773c608386afaf2832d549f3de6669b1.tar.gz
blt-ec272fb1773c608386afaf2832d549f3de6669b1.tar.bz2
Squashed 'tls/' changes from b6934800..a6ad897f
a6ad897f comment out doc git-subtree-dir: tls git-subtree-split: a6ad897f331a911cab7d4a064c52fbd415ebf1a2
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a11fe6..928d53b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -191,7 +191,7 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(C
# for the BINARIES that you specified above have already been done.
#========================================================================
-all: binaries libraries doc
+all: binaries libraries #doc
#========================================================================
# The binaries target builds executable programs, Windows .dll's, unix
@@ -216,7 +216,7 @@ doc:
@echo " xml2nroff sample.xml > sample.n"
@echo " xml2html sample.xml > sample.html"
-install: all install-binaries install-libraries install-doc
+install: all install-binaries install-libraries #install-doc
install-binaries: binaries install-lib-binaries install-bin-binaries