cagix / pandoc-thesis

Pandoc Thesis Template: A Template for Thesis Documents written in Markdown
MIT License
86 stars 22 forks source link

Wrong mountpath while using CygWin #6

Closed AMatutat closed 4 years ago

AMatutat commented 4 years ago

If you use CygWin for execution: make will set the mountpath to

  /cygdrive/{PATH}
instead of 
  /{PATH}

Work around: set absolute path in makefile

cagix commented 4 years ago

well, i could promote the $(shell pwd) (in the definition of the PANDOC variable) to a new variable and put a warning/comment in Readme and Makefile ...

cagix commented 4 years ago

promote variable and add comments (783475ae2), use internal variable instead of starting a new shell to execute pwd (65dfce928) ... checked on linux and macos.

@AMatutat can you please check if this changes do work in a windows environment?

cagix commented 4 years ago

ok, closing this now. please feel free to reopen if there is anything left to do.