Commit 3b9d902f authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Updated makefiles to reflect move of texinfo source.

parent cccd57ab
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -63,17 +63,4 @@ test-all: FORCE
	sbcl --userinit /dev/null --sysinit /dev/null --load bin/make-helper.lisp \
		--eval "(write-test-web-pages)" --eval "(quit)"

manual-html: asdf.texinfo
	makeinfo --html asdf.texinfo

asdf.html: asdf.texinfo
	makeinfo --html --no-split --no-headers -o asdf.html asdf.texinfo

asdf.info: asdf.texinfo
	makeinfo asdf.texinfo

asdf.pdf: asdf.texinfo
	texi2pdf asdf.texinfo


FORCE:

doc/Makefile

0 → 100644
+12 −0
Original line number Diff line number Diff line
manual-html: asdf.texinfo
	makeinfo --html asdf.texinfo

asdf.html: asdf.texinfo
	makeinfo --html --no-split --no-headers -o asdf.html asdf.texinfo

asdf.info: asdf.texinfo
	makeinfo asdf.texinfo

asdf.pdf: asdf.texinfo
	texi2pdf asdf.texinfo