Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164848275
D28385.id83021.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
745 B
Referenced Files
None
Subscribers
None
D28385.id83021.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+#
+# This file is intended to drive the build of the entire doc tree. In order to
+# build both the documentation and the website, one only need to execute:
+#
+# make all
+#
+# Here at the top-level of the repository. The same target may be executed in
+# the individual directories to build just the documentation or just the
+# website.
+#
+# Note that the Makefiles within the individual components may also be used to
+# spin up hugo's internal webserver for testing, by default on port 1313. This
+# can be done with the `run` target.
+#
+
+SUBDIR+= documentation
+SUBDIR+= website
+
+SUBDIR_PARALLEL= yes
+
+.include <bsd.subdir.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 7:43 AM (3 h, 9 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35955724
Default Alt Text
D28385.id83021.diff (745 B)
Attached To
Mode
D28385: build: add a top-level Makefile to drive the build
Attached
Detach File
Event Timeline
Log In to Comment