diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-03-24 01:34:58 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-03-24 01:34:58 +0100 |
commit | f99c61b1f4fb8fcf0e7373f3e2ea254682c622a4 (patch) | |
tree | efc9e1a08c0ce80a522fd210bca308ce94f744ff /doc | |
parent | 2ee6a89a8dfe942ee5b8451cac15353e205f172a (diff) |
Doc: Be consistent in generating pdf output
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1206e55f..b8284546 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,7 +14,7 @@ export TEXINPUTS := $(TEXINPUTS):$(srcdir_abs)/doc/tex .PHONY: prog.sgml bird.sgml docs: progdocs userdocs -progdocs: prog.html prog.ps +progdocs: prog.html prog.pdf userdocs: bird.html bird.pdf prog.sgml: |