Blame view

SPACECRAFT_CABLE_MOD/NOTES_ON_MOD_DEVELOPMENT/MOD_DOCUMENT/Makefile 1.2 KB
7b23d358   Steve Greedy   Public Repository...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# makefile for creating PDF from LaTeX source
#

# This Makefile needs attention as a pdf file can be produced locally and not moved to the level above. 

default : SACAMOS_Spacecraft_cable_MOD_development.pdf

LATEX_FILES= \
Tex/bibliography.tex \
Tex/introduction.tex \
Tex/preamble.tex \
Tex/Twisted_pairs.tex \
Tex/Shielded_twisted_pairs.tex \
Tex/spacewire.tex \
Tex/kley.tex

SACAMOS_Spacecraft_cable_MOD_development.pdf: SACAMOS_Spacecraft_cable_MOD_development.tex $(LATEX_FILES)
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex -interaction=nonstopmode SACAMOS_Spacecraft_cable_MOD_development.tex
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex -interaction=nonstopmode SACAMOS_Spacecraft_cable_MOD_development.tex
	TEXINPUTS=".:${TOP_LEVEL_DIRECTORY}/COMMON_LATEX_FILES:" pdflatex -interaction=nonstopmode SACAMOS_Spacecraft_cable_MOD_development.tex

help:
	@echo "make           : make SACAMOS_Spacecraft_cable_MOD_development.pdf"
	@echo "make clean     : clean LaTeX files"
	@echo "make clean_all : clean LaTeX files and image files"

clean:
	rm -f *.aux *.lof *.log  *.out  *.toc *.pdf

clean_all:
	rm -f *.aux *.lof *.log  *.out  *.toc *.pdf Imgs/*eps-converted-to.pdf