Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170835296
D57761.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
839 B
Referenced Files
None
Subscribers
None
D57761.diff
View Options
diff --git a/website/Makefile b/website/Makefile
--- a/website/Makefile
+++ b/website/Makefile
@@ -48,6 +48,10 @@
LANGUAGES= ${ALL_LANGUAGES}
.endif
+.ifdef WITHOUT_OLD_RELNOTES
+HUGO_ARGS+= --config hugo.toml,quick.toml
+.endif
+
# Take the list of all languages, and take out the ones we have been
# asked for via DOC_LANG. We'll feed this to hugo.
SKIP_LANGS=
@@ -105,7 +109,9 @@
.endif
cgi-permissions:
+.if exists(./public/cgi)
@chmod 555 ./public/cgi/*.cgi
+.endif
hugo-clean:
rm -fr public resources
diff --git a/website/quick.toml b/website/quick.toml
new file mode 100644
--- /dev/null
+++ b/website/quick.toml
@@ -0,0 +1,5 @@
+[module]
+ [[module.mounts]]
+ files = [ "!","en/releases/!(calendar.ics|feed.xml|index.html|14.3R|15.0R|14.4R|15.1R|14.5R)/**" ]
+ source = "content"
+ target = "content"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 10:41 PM (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38490369
Default Alt Text
D57761.diff (839 B)
Attached To
Mode
D57761: website: Don't build old release docs DRAFT
Attached
Detach File
Event Timeline
Log In to Comment