Update missing file in Makefile

This commit is contained in:
gcoco
2014-05-10 11:11:45 -04:00
parent 6489af3a73
commit 5434edb9f2

View File

@@ -57,6 +57,9 @@ release-notes_2.1.0.html: release-notes_2.1.0.content genpage.pl
release-notes_3.0.0.html: release-notes_3.0.0.content genpage.pl
./genpage.pl "Release Notes 3.0.0" $< > $@
release-notes_3.0.1.html: release-notes_3.0.1.content genpage.pl
./genpage.pl "Release Notes 3.0.1" $< > $@
faq.html: faq.content genpage.pl
./genpage.pl "Frequently Asked Questions" $< > $@