Explorar el Código

Fix #82: themes dir

George S. Baugh hace 5 años
padre
commit
6f29cbb65b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -1,6 +1,7 @@
 .PHONY: install
 install:
-	test -d $(HOME) || mkdir $(HOME)/.tcms
+	test -d $(HOME)/.tcms || mkdir $(HOME)/.tcms
+	test -d www/themes || mkdir www/themes
 	rm pod2htmd.tmp; /bin/true
 
 .PHONY: test