jsliang / sublime-pelican

A Sublime Text plugin that makes writing Pelican articles easier and faster.
http://jsliang.com/sublime-pelican/
34 stars 9 forks source link

Support platform specific INPUTDIR #21

Closed jmartindf closed 9 years ago

jmartindf commented 9 years ago

I wrote blog posts on both my Mac (main computer) and Windows desktop (at the office). I need a different INPUTDIR for each, due to the different folder structures on the two computers. This change allows you to create an INPUTDIR_osx, INPUTDIR_windows, and (presumably) INPUTDIR_linux setting in the Makefile, to have a different folder for each platform. If those settings don't exist, it will fall back to the default INPUTDIR.

jsliang commented 9 years ago

Hi @jmartindf , thank you very much for the contribution and sorry for the late merge!