Compare commits
No commits in common. "eec6a5d5b2a53b2e29840b4ecba9c49cee1c6fea" and "25d9dcfd6ce9fcf8fc009baed06c2ddfa7f38305" have entirely different histories.
eec6a5d5b2
...
25d9dcfd6c
14
Makefile
14
Makefile
@ -13,7 +13,6 @@ BUILD_DIR=Build
|
|||||||
|
|
||||||
PDF_SOURCE=$(BUILD_DIR)/$(PDF)
|
PDF_SOURCE=$(BUILD_DIR)/$(PDF)
|
||||||
PDF_TARGET=$(OUT_DIR)/$(PDF)
|
PDF_TARGET=$(OUT_DIR)/$(PDF)
|
||||||
VERSION=v1.2
|
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
xdg-open $(PDF_TARGET)
|
xdg-open $(PDF_TARGET)
|
||||||
@ -21,19 +20,6 @@ all: compile
|
|||||||
clean:
|
clean:
|
||||||
git clean -dfX
|
git clean -dfX
|
||||||
|
|
||||||
pdfs:
|
|
||||||
# Make all PDFs for the VERSION (branches VERSION/QSM, VERSION/VSM and VERSION/VGL)
|
|
||||||
git checkout $(VERSION)/QSM
|
|
||||||
make compile
|
|
||||||
cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_QSM.pdf
|
|
||||||
git checkout $(VERSION)/VSM
|
|
||||||
make compile
|
|
||||||
cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_VSM.pdf
|
|
||||||
git checkout $(VERSION)/VGL
|
|
||||||
make compile
|
|
||||||
cp $(PDF_TARGET) $(OUT_DIR)/$(VERSION)_VGL.pdf
|
|
||||||
git checkout $(VERSION)
|
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
# If not Exists, create 'Build' directory
|
# If not Exists, create 'Build' directory
|
||||||
[ -d $(BUILD_DIR) ] || mkdir -p $(BUILD_DIR)
|
[ -d $(BUILD_DIR) ] || mkdir -p $(BUILD_DIR)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user