From 64560230bcdc0bf3bc1620efe816b1950392c597 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sat, 17 Mar 2018 17:53:38 +0300 Subject: [PATCH] doc/manual/Makefile: remove stale variables --- doc/manual/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 7ca6c2e0a..58e54deb7 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -13,7 +13,6 @@ HTMLFILES=sbcl.html asdf.html # Lisp's `pathname' function). DOCSTRINGDIR="docstrings/" CONTRIB_SRC_DIR="../../contrib/" -CONTRIB_OBJ_DIR="../../obj/asdf-cache/" I_FLAGS=-I $(DOCSTRINGDIR) -I $(CONTRIB_SRC_DIR) # SBCL_SYSTEM is an optional argument to this make program. If this @@ -88,11 +87,7 @@ info: $(INFOFILES) $(MAKEINFO) $(I_FLAGS) $< # Texinfo docstring snippets -# Note: assumes contrib module names are the same as the names of -# directories containing the modules, and that these directories -# are in $(CONTRIB_OBJ_DIR). -CONTRIB_FASLS=$(shell find $(shell echo $(MODULES) | sed "s|:|$(CONTRIB_OBJ_DIR)|g") -name '*.fasl') -docstrings: $(CONTRIB_FASLS) tempfiles-stamp +docstrings: tempfiles-stamp sh make-tempfiles.sh "$(SBCL_SYSTEM)" "$(DOCSTRINGDIR)" && touch $(DOCSTRINGDIR) tempfiles-stamp: -- 2.11.4.GIT