Skip to content

Commit

Permalink
makefile: Add command to copy about page for access by link
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Aug 30, 2024
1 parent 93c723d commit 3378241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ start:

release: $(SITE_DIR)
cp $(SITE_DIR)/index.html $(SITE_DIR)/agreement
cp $(SITE_DIR)/index.html $(SITE_DIR)/about
@ln -sf $(SITE_DIR) $(RELEASE_DIR)
@tar cfvhz $(RELEASE_PATH) $(RELEASE_DIR)

Expand Down

0 comments on commit 3378241

Please sign in to comment.