X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2FMakefile;h=21881753b5553e4e672a06e595b27e659ab0059f;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=43a6257f8ba488754859e0b2cef743a618b78679;hpb=3cd07d95709e7059ed76076e9978ac21bd5b3629;p=sbcl.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 43a6257..2188175 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -7,6 +7,7 @@ PSFILES=sbcl.ps asdf.ps PDFFILES=sbcl.pdf asdf.pdf INFOFILES=sbcl.info asdf.info HTMLDIRS=$(basename $(SBCLTEXI)) $(basename $(ASDFTEXI)) +HTMLFILES=sbcl.html asdf.html # Place where generated documentation ends up. The value of # DOCSTRINGDIR has to end with a slash or you lose (it's passed to # Lisp's `pathname' function). @@ -53,8 +54,11 @@ html: html-stamp html-stamp: $(DOCFILES) docstrings @rm -rf $(HTMLDIRS) - $(MAKEINFO) $(I_FLAGS) --html $(SBCLTEXI) - $(MAKEINFO) --html $(ASDFTEXI) + @rm -f $(HTMLFILES) + $(MAKEINFO) $(I_FLAGS) --html --css-include=style-multi.css $(SBCLTEXI) + $(MAKEINFO) --html --css-include=style-multi.css $(ASDFTEXI) + $(MAKEINFO) $(I_FLAGS) --html --no-split --css-include=style-single.css $(SBCLTEXI) + $(MAKEINFO) --html --no-split --css-include=style-single.css $(ASDFTEXI) touch html-stamp # Postscript documentation @@ -98,6 +102,7 @@ tempfiles-stamp: clean: rm -f *~ *.bak *.orig \#*\# .\#* texput.log *.fasl rm -rf $(HTMLDIRS) $(DOCSTRINGDIR) + rm -f $(HTMLFILES) rm -f contrib-docs.texi-temp rm -f package-locks.texi-temp rm -f variables.texinfo