quicker presentation
This commit is contained in:
parent
d2b6384945
commit
c501dd2269
9
Makefile
9
Makefile
|
@ -1,6 +1,11 @@
|
||||||
SOURCE ?= lithuania-latest.osm.pbf
|
SOURCE ?= lithuania-latest.osm.pbf
|
||||||
WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
|
WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas'
|
||||||
|
|
||||||
|
SLIDY_PATH= /usr/share/xml/docbook/stylesheet/docbook-xsl/slides/slidy
|
||||||
|
ifneq ($(wildcard $(SLIDY_PATH)/.*),)
|
||||||
|
SLIDY_ARGS = -V slidy-url=$(SLIDY_PATH)
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: tests.sql .faux.db
|
test: tests.sql .faux.db
|
||||||
./db -f tests.sql
|
./db -f tests.sql
|
||||||
|
@ -23,8 +28,8 @@ clean-tables:
|
||||||
slides-2021-03-29.pdf: slides-2021-03-29.txt
|
slides-2021-03-29.pdf: slides-2021-03-29.txt
|
||||||
pandoc -t beamer -i $< -o $@
|
pandoc -t beamer -i $< -o $@
|
||||||
|
|
||||||
slides-2021-03-29.html:
|
slides-2021-03-29.html: slides-2021-03-29.txt
|
||||||
pandoc -t slidy --self-contained $< -o $@
|
pandoc --verbose -t slidy --self-contained $< -o $@ $(SLIDY_ARGS)
|
||||||
|
|
||||||
.faux_filter-rivers: .faux_import-osm
|
.faux_filter-rivers: .faux_import-osm
|
||||||
./db -v where="$(WHERE)" -f aggregate-rivers.sql
|
./db -v where="$(WHERE)" -f aggregate-rivers.sql
|
||||||
|
|
|
@ -48,8 +48,6 @@ Kombinavimo operatorius -
|
||||||
Padinimo operatorius -
|
Padinimo operatorius -
|
||||||
Pritaikymas visoms Lietuvos upėms -
|
Pritaikymas visoms Lietuvos upėms -
|
||||||
|
|
||||||
Table: programavimo etapai
|
|
||||||
|
|
||||||
# Progresas: programavimo analizės ir darbo rašymo etapai
|
# Progresas: programavimo analizės ir darbo rašymo etapai
|
||||||
|
|
||||||
Užduotis Statusas
|
Užduotis Statusas
|
||||||
|
@ -59,8 +57,6 @@ Problemos aprašymas -
|
||||||
Pasirinkto generalizacijos sprendimo apibūdinimas -
|
Pasirinkto generalizacijos sprendimo apibūdinimas -
|
||||||
Sukurtos implementacijos aptarimas -
|
Sukurtos implementacijos aptarimas -
|
||||||
|
|
||||||
Table: analizės ir darbo rašymo etapai
|
|
||||||
|
|
||||||
# Demonstracija
|
# Demonstracija
|
||||||
|
|
||||||
# Klausimai
|
# Klausimai
|
||||||
|
|
Loading…
Reference in New Issue