boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Makefile, make source not working properly #56

Closed siso closed 9 years ago

siso commented 9 years ago

Commented lines are ignored when running $ make source:

source:
    pandoc -f markdown_github -t plain -o README.txt README.md  # IGNORED
    $(PYTHON) setup.py sdist
    rm -rf RAX_AutoScaler.egg-info  # IGNORED
siso commented 9 years ago

$ brew install pandoc

sthapa-ping commented 9 years ago

Is it not working now because you commented pandoc in revision 3c59bb3 fix #55 ? It working perfectly for me as I can see it created README.txt file and removed RAX_AutoScaler.egg-info from current dir.