File: 01_build_doc.patch

package info (click to toggle)
device-tree-compiler 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,444 kB
  • ctags: 1,037
  • sloc: ansic: 8,590; sh: 694; asm: 619; lex: 459; yacc: 429; makefile: 226; perl: 74
file content (21 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: device-tree-compiler-1.0.0/Documentation/Makefile
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ device-tree-compiler-1.0.0/Documentation/Makefile	2007-08-23 18:26:22.000000000 +0200
@@ -0,0 +1,16 @@
+all: dtc-paper.ps dtc-paper.pdf dtc-manual.txt
+
+dtc-manual.txt: manual.txt
+	cp -f $< $@
+
+dtc-paper.dvi: dtc-paper.tex
+	latex $<
+
+dtc-paper.ps: dtc-paper.dvi
+	dvips $<
+
+dtc-paper.pdf: dtc-paper.tex
+	pdflatex $<
+
+clean:
+	rm -f *.aux *.log *.dvi *.ps *.pdf dtc-manual.txt