diff --git a/content/Makefile b/content/Makefile index 45fc78b..06c92ed 100644 --- a/content/Makefile +++ b/content/Makefile @@ -1,4 +1,4 @@ -gen: +gen: clean ./generate.sh clean: ./clean.sh \ No newline at end of file diff --git a/content/generate.sh b/content/generate.sh index 0a3d2a7..8373cef 100755 --- a/content/generate.sh +++ b/content/generate.sh @@ -6,6 +6,5 @@ CONTENT[3]="book2" for i in {0..3} do - rm "${CONTENT[i]}.html" markdown "${CONTENT[i]}.md" > "${CONTENT[i]}.html" done \ No newline at end of file