mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 11:14:57 +00:00
Webpage published.
This commit is contained in:
parent
9178c8326b
commit
8211113f7b
2 changed files with 3 additions and 2 deletions
3
melpa
3
melpa
|
@ -39,9 +39,10 @@ function melpa_generate_html {
|
|||
echo "*** Building webpage..."
|
||||
cd webpage
|
||||
awk '{ if(/<!--list-of-packages-->/)
|
||||
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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
<!--list-of-packages-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue