Skip to content
Snippets Groups Projects
Commit a9b6b710 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Finish the doc Makefile.

parent e641ab8a
No related branches found
No related tags found
No related merge requests found
all: asdf.html asdf.info asdf.pdf
manual-html: asdf.texinfo manual-html: asdf.texinfo
makeinfo --html asdf.texinfo makeinfo --html asdf.texinfo
...@@ -10,3 +12,7 @@ asdf.info: asdf.texinfo ...@@ -10,3 +12,7 @@ asdf.info: asdf.texinfo
asdf.pdf: asdf.texinfo asdf.pdf: asdf.texinfo
texi2pdf asdf.texinfo texi2pdf asdf.texinfo
.PHONY: clean
clean:
-rm -r asdf
-rm asdf.info asdf.html asdf.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment