Added shellinaboxd.pdf make target
This commit is contained in:
parent
78bed3070b
commit
af162e282a
1 changed files with 8 additions and 1 deletions
|
@ -242,7 +242,8 @@ shellinaboxd.1: ${top_srcdir}/shellinabox/shellinaboxd.man.in \
|
|||
|
||||
clean-local: clean-demo
|
||||
-rm -rf shellinaboxd.1 \
|
||||
shellinaboxd.ps
|
||||
shellinaboxd.ps \
|
||||
shellinaboxd.pdf
|
||||
-rm -rf debian/shellinabox \
|
||||
debian/shellinabox*.debhelper* \
|
||||
debian/shellinabox.substvars \
|
||||
|
@ -364,3 +365,9 @@ clean-demo:
|
|||
"(int)sizeof($${sym}Start);"; \
|
||||
} >"$@"
|
||||
|
||||
shellinaboxd.ps: shellinaboxd.1
|
||||
groff -man -T ps $^ >$@
|
||||
|
||||
shellinaboxd.pdf: shellinaboxd.ps
|
||||
ps2pdf $^ $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue