From ec272fb1773c608386afaf2832d549f3de6669b1 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 24 Apr 2017 12:23:41 -0400 Subject: Squashed 'tls/' changes from b6934800..a6ad897f a6ad897f comment out doc git-subtree-dir: tls git-subtree-split: a6ad897f331a911cab7d4a064c52fbd415ebf1a2 --- Makefile.in | 4 ++-- 1 file 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 -- cgit v0.12