diff --git a/melpa b/melpa index afa5f20f..2abf72d4 100755 --- a/melpa +++ b/melpa @@ -39,9 +39,10 @@ function melpa_generate_html { echo "*** Building webpage..." cd webpage awk '{ if(//) -while((getline < "../buildlist")>0) +while((getline < "../pkglist")>0) print "* " $0 else print}' index.tmpl > index.md + pandoc -s --mathml -t html --smart index.md > index.html cd .. echo } diff --git a/webpage/index.tmpl b/webpage/index.tmpl index 8e7b7460..c6d89ad8 100644 --- a/webpage/index.tmpl +++ b/webpage/index.tmpl @@ -34,7 +34,7 @@ packages using git, subversion, mercurial, and darcs. This covers most of the packages that I am interested in. -## List of Packages +## Current List of Packages being Generated Nightly