Skip to content

Commit 2183076

Browse files
authored
Update Makefile
1 parent 647dc4d commit 2183076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ clean:
2929
[ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR)
3030

3131
build:
32-
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
33-
cp 404.md $(OUTPUTDIR)/
32+
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
3433

3534
# Commit changes in site, push, update master, commit, push
3635
# Not used any more since we use travis' github pages

0 commit comments

Comments
 (0)