Skip to content

Commit

Permalink
Merge pull request #100 from shop-planner/ko-doc-mods
Browse files Browse the repository at this point in the history
Many documentation improvements from @ko56 together with my post-edits.
  • Loading branch information
rpgoldman authored Apr 17, 2022
2 parents f126b2f + d886782 commit d6e04e1
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 587 deletions.
6 changes: 4 additions & 2 deletions shop3/docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MAKEINFO?=makeinfo

.PHONY: clean

all: html pdf info
Expand Down Expand Up @@ -30,13 +32,13 @@ include-stamp: ../*.lisp ../*.asd
# --eval '(quit)'

%.html: %.texinfo style.css include-stamp
makeinfo --html --no-split --css-include=style.css $<
${MAKEINFO} --html --no-split --css-include=style.css $<

%.pdf: %.texinfo include-stamp
texi2dvi -p $<

%.info: %.texinfo include-stamp
makeinfo --no-split $<
${MAKEINFO} --no-split $<

html: manual.html

Expand Down
Loading

0 comments on commit d6e04e1

Please sign in to comment.