Webpage published.

This commit is contained in:
Donald Ephraim Curtis 2011-12-13 08:22:02 -06:00
parent 9178c8326b
commit 8211113f7b
2 changed files with 3 additions and 2 deletions

3
melpa
View file

@ -39,9 +39,10 @@ function melpa_generate_html {
echo "*** Building webpage..." echo "*** Building webpage..."
cd webpage cd webpage
awk '{ if(/<!--list-of-packages-->/) awk '{ if(/<!--list-of-packages-->/)
while((getline < "../buildlist")>0) while((getline < "../pkglist")>0)
print "* " $0 print "* " $0
else print}' index.tmpl > index.md else print}' index.tmpl > index.md
pandoc -s --mathml -t html --smart index.md > index.html
cd .. cd ..
echo echo
} }

View file

@ -34,7 +34,7 @@ packages using git, subversion, mercurial, and darcs. This covers
most of the packages that I am interested in. most of the packages that I am interested in.
## List of Packages ## Current List of Packages being Generated Nightly
<!--list-of-packages--> <!--list-of-packages-->