From 8211113f7ba9132763c39febe9a9f4e7aec4ffee Mon Sep 17 00:00:00 2001 From: Donald Ephraim Curtis Date: Tue, 13 Dec 2011 08:22:02 -0600 Subject: [PATCH] Webpage published. --- melpa | 3 ++- webpage/index.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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