From 458a3d60901fa12af0020731a3cc29b4b62dfbb3 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 14:17:33 -0500 Subject: [PATCH] remove symlink stuff --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 9511204..003a137 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ help: @echo ' make install Installs all components ' @echo ' make uninstall Uninstalls all components, leaving the source dir ' @echo ' make update Replaces existing components that have changed ' - @echo ' make plugins Creates symlinks of newly added plugins in pelican ' @echo ' ' install: @@ -19,7 +18,6 @@ install: @virtualenv venv @source venv/bin/activate @pip install -r requirements.txt - plugins uninstall: @echo 'noop' @@ -29,8 +27,3 @@ update: @git submodule update --recursive --remote @source venv/bin/activate @pip install -r requirements.txt - plugins - -plugins: - @echo 'Creating symlinks for plugins' - @echo 'noop'