0.1 Graph cube
This commit is contained in:
14
doc/Makefile
Normal file
14
doc/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
OBJ = \
|
||||
DESIGN.pdf
|
||||
|
||||
all: $(OBJ)
|
||||
|
||||
clean:
|
||||
rm $(OBJ)
|
||||
|
||||
.SUFFIXES: .ms .pdf
|
||||
|
||||
.ms.pdf:
|
||||
cat $< | sed -e "s/^\s*//g" -e "/^$$/d" | groff -Tpdf -fC -ms > $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user