Skip to content

Commit f524cf9

Browse files
authored
Merge pull request #122 from nspcc-dev/fix-release-web-files
2 parents 93c723d + 3378241 commit f524cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ start:
3030

3131
release: $(SITE_DIR)
3232
cp $(SITE_DIR)/index.html $(SITE_DIR)/agreement
33+
cp $(SITE_DIR)/index.html $(SITE_DIR)/about
3334
@ln -sf $(SITE_DIR) $(RELEASE_DIR)
3435
@tar cfvhz $(RELEASE_PATH) $(RELEASE_DIR)
3536

0 commit comments

Comments
 (0)