Latest Version
This commit is contained in:
commit
9791bb059b
20
Makefile
Normal file
20
Makefile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
TARGET= openvpn.pdf
|
||||||
|
|
||||||
|
GROFF= groff
|
||||||
|
GROFFFLAGS= -dpaper=a4 -P-pa4 -ept -ma4 -ms -mpspic -mwww
|
||||||
|
PS2PDF= ps2pdf
|
||||||
|
PS2PDFFLAGS= -sPAPERSIZE=a4
|
||||||
|
RM= rm -f
|
||||||
|
SHELL= /bin/sh
|
||||||
|
|
||||||
|
all: $(TARGET)
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
.SUFFIXES: .ms .pdf
|
||||||
|
|
||||||
|
.ms.pdf:
|
||||||
|
$(GROFF) -Tps $(GROFFFLAGS) $< | $(PS2PDF) $(PS2PDFFLAGS) - $@
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
$(RM) $(TARGET)
|
567
openvpn.ms
Normal file
567
openvpn.ms
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user