Building in local machine:
$ sh autogen.sh
$ ./configure
$ make
$ sudo make install
Building Debian package:
$ debuild -uc -us -b
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
17 lines
228 B
Makefile
17 lines
228 B
Makefile
dist_pdf_DATA = \
|
|
odroid_c1.pdf \
|
|
odroid_c2.pdf \
|
|
odroid_c4.pdf \
|
|
odroid_m1.pdf \
|
|
odroid_n1.pdf \
|
|
odroid_n2.pdf \
|
|
odroid_xu3.pdf
|
|
|
|
.tex.pdf:
|
|
pdflatex $< $@
|
|
|
|
clean-latex:
|
|
rm -f *.pdf *.aux *.log
|
|
|
|
clean-local: clean-latex
|