aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-07-26 23:14:53 +0200
committerstuebinm2026-07-26 23:14:53 +0200
commit51ac2f45a806496e384a2a58b8a8604afb687759 (patch)
tree3bb8638cc3cd5e17c9b36a59cf63f2dd57bfd357
parent2a9d4fcf48b872aef1343f71dfddf44946fd8eb5 (diff)
build script: remove removed optionHEADmain
(makes the build fail now)
-rw-r--r--gtfs-book/book.toml1
-rw-r--r--gtfs-realtime-book/book.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/gtfs-book/book.toml b/gtfs-book/book.toml
index 9e904f0..5a56588 100644
--- a/gtfs-book/book.toml
+++ b/gtfs-book/book.toml
@@ -1,6 +1,5 @@
[book]
authors = ["Quentin Zervaas"]
language = "en"
-multilingual = false
src = "."
title = "The Definitive Guide to GTFS"
diff --git a/gtfs-realtime-book/book.toml b/gtfs-realtime-book/book.toml
index 4065430..e22bd80 100644
--- a/gtfs-realtime-book/book.toml
+++ b/gtfs-realtime-book/book.toml
@@ -1,6 +1,5 @@
[book]
authors = ["Quentin Zervaas"]
language = "en"
-multilingual = false
src = "."
title = "The Definitive Guide to GTFS Realtime"