Commit 5f4e4730 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Proposed rewrite of the manual rules to have real targets.

Still don't have one for the multi-file HTML output.
parent f5f93e7f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -66,13 +66,13 @@ test-all: FORCE
manual-html: asdf.texinfo
	makeinfo --html asdf.texinfo

manual-html-one-page: asdf.texinfo
asdf.html: asdf.texinfo
	makeinfo --html --no-split --no-headers asdf.texinfo > asdf.html

manual-info: asdf.texinfo
asdf.info: asdf.texinfo
	makeinfo asdf.texinfo

manual-pdf: asdf.texinfo
asdf.pdf: asdf.texinfo
	texi2pdf asdf.texinfo