aboutsummaryrefslogblamecommitdiff
path: root/GNUmakefile
blob: 7a13d6da1a9f831d8b23836df30f3536cd29b64a (plain) (tree)
1
2
3
4
5
6
7
8
9
    
                    
                                                                                             
 


                                                                                                                         
      
                           
 

                                  
 



                                                          
all:
	./extract.py
	cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content

fetch:
	rsync -aP --delete bikeshed.cryptech.is:/home/trac/db/trac.db bikeshed.cryptech.is:/home/trac/files/attachments .

clean:
	rm -rf wiki pelican

distclean: clean
	rm -rf trac.db attachments

webfsd:
	webfsd -r pelican/website -4 -L - -F -f index.html

.PHONY: all clean fetch distclean webfsd