Browse Source

Fix #82: themes dir

George S. Baugh 5 years ago
parent
commit
6f29cbb65b
1 changed files with 2 additions and 1 deletions
  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