mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add Makefile recipe for updating submodules
This commit is contained in:
parent
cd14b21cb7
commit
329d8f91da
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -61,6 +61,12 @@ help:
|
|||
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
|
||||
@echo ' '
|
||||
|
||||
.PHONY: submodule
|
||||
submodule:
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
|
||||
html:
|
||||
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue