Removed small errors in pelican-quickstart

This commit is contained in:
m-r-r 2012-03-10 12:25:05 +01:00
commit fd1fbca520

View file

@ -40,7 +40,7 @@ html: clean $$(OUTPUTDIR)/index.html
\t@echo 'Done' \t@echo 'Done'
$$(OUTPUTDIR)/%.html: $$(OUTPUTDIR)/%.html:
\t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) \t$$(PELICAN) $$(INPUTDIR) -o $$(OUTPUTDIR) -s $$(CONFFILE) $$(PELICANOPTS)
clean: clean:
\trm -fr $$(OUTPUTDIR) \trm -fr $$(OUTPUTDIR)
@ -94,7 +94,7 @@ DEFAULT_PAGINATION = $default_pagination
CONF = { CONF = {
'pelican' : 'pelican', 'pelican' : 'pelican',
'pelicanopts' : None, 'pelicanopts' : '',
'basedir': '.', 'basedir': '.',
'ftp_host': 'localhost', 'ftp_host': 'localhost',
'ftp_user': 'anonymous', 'ftp_user': 'anonymous',
@ -103,7 +103,7 @@ CONF = {
'ssh_user': 'root', 'ssh_user': 'root',
'ssh_target_dir': '/var/www', 'ssh_target_dir': '/var/www',
'dropbox_dir' : '~/Dropbox/Public/', 'dropbox_dir' : '~/Dropbox/Public/',
'default_pagination' : 7, 'default_pagination' : 10,
'lang': 'en' 'lang': 'en'
} }