mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
manual: Fix Makefile rule for variables.texinfo
This commit is contained in:
parent
7ec9a8836e
commit
a371875fd9
|
|
@ -87,7 +87,7 @@ info: $(INFOFILES)
|
|||
$(MAKEINFO) $(I_FLAGS) $<
|
||||
|
||||
# Texinfo docstring snippets
|
||||
docstrings: tempfiles-stamp
|
||||
docstrings variables.texinfo: tempfiles-stamp
|
||||
sh make-tempfiles.sh "$(SBCL_SYSTEM)" "$(DOCSTRINGDIR)" && touch $(DOCSTRINGDIR)
|
||||
|
||||
tempfiles-stamp:
|
||||
|
|
|
|||
Loading…
Reference in a new issue