aboutsummaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-01-28 04:06:37 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-01-29 03:15:10 +0000
commit98844c28f4f56a39dce244cad5a72b5b9deb7e02 (patch)
tree4f818a20b55f97b0b8b1f6b378d76f32dc6b396e /documentation/Makefile
parentb9a98e5a01d9d1867dd1de172be1fe0357429534 (diff)
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index f6192a459b..cdbed92057 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -7,7 +7,6 @@
#
# all (default) - generate the books TOC and compile all the documentation
# generate - generate the books TOC and build all the documentation
-# copy-shared - move the shared AsciiDoc entities to the folder project
MAINTAINER=carlavilla@FreeBSD.org
@@ -17,7 +16,6 @@ LANGUAGES = en,es,pt-br,de,ja,zh-cn,zh-tw,ru,el,hu,it,mn,nl,pl,fr
all: starting-message generate-books-toc run
generate: starting-message generate-books-toc build
-copy-shared: move-shared
starting-message:
@echo ---------------------------------------------------------------
@@ -36,6 +34,3 @@ run:
build:
${HUGO_CMD} --minify
-
-move-shared:
- cp -R ../shared ./shared