Hi Stef, Indeed, it took a bit of time to get things to work. I think the welcome archetype is a bit misleading in that it does not serve a specific purpose. I would focus the instructions on the book archetype (welcome is not a book). I see that there are some changes recently, so I would wait to try. What I did previously was: wget --no-check-certificate https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh chmod +x download.sh ./download.sh ./pillar archetype book Then I had to override copySupport.mk with the following file (because it does not work on Mac): wget --no-check-certificate https://github.com/SquareBracketAssociates/BuildingUIWithSpec/blob/master/co... mv copySupport.mk support/makefiles/copySupport.mk Cheers, Doru
On Sep 17, 2016, at 12:11 PM, stepharo <stepharo@free.fr> wrote:
Hi
I followed the pillarChap and I could get it running :(
Installing and Exporting your First Document
You first need to get Pillar. For that, we recommend downloading and exe- cuting the script available at https://raw.githubusercontent.com/pillar-markup/ pillar/master/download.sh in the base directory if you are on an Unix environ- ment.
wget
https://raw.githubusercontent.com/pillar-markup/pillar/master/download.sh chmod +x download.sh ./download.sh
Then, you can load an archetype (see Section 14.2) with command:
./pillar archetype welcome
You have the possibility to rename the directory in which your files will be exported. To do that you have to change the OUTPUTDIRECTORY variable in the Makefile:
OUTPUTDIRECTORY = result
Then, you can check everything is working fine by creating a first.pillar file with this content:
!Hello World
And finally compiling it from a terminal (see Section 14.6 for more informa- tion about the command-line interface):
make result/first.html
make result/welcome.html make: *** No rule to make target `result/welcome.html'. Stop.
there is a welcome.pillar so I should be able to get welcome.html
Now I do not get the expression make result/first.html
cp welcome.pillar first.pillar tryingFromDoc make result/first.html make: *** No rule to make target `result/first.html'. Stop.
I think that this doc is simply bogus. Each time I tried it I have to fix it radically.
make welcome is working so may be this is what we should add to the doc. I do not think that Pillar guys are reading this mailing-list so I will try to save what should be saved. :(
Stef
Stef
-- www.tudorgirba.com www.feenk.com "Obvious things are difficult to teach."