carlopellegriniarchijcom / asciidoc

Automatically exported from code.google.com/p/asciidoc
GNU General Public License v2.0
0 stars 0 forks source link

the -D option in a2x does not seem to work #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
> What steps will reproduce the problem?
1. create a text file and a new folder in the current directory
2. cd to the folder
2. call "a2x -D . -L -a toc -v -d book -f pdf ../foo.txt"

> What is the expected output? What do you see instead?

The file created is ../foo.pdf and not foo.pdf

> What version of the product are you using? On what operating system?

asciidoc-8.4.5-4.2.noarch (opensuse 11.3)

Original issue reported on code.google.com by tnagy1...@gmail.com on 26 Jun 2010 at 4:21

GoogleCodeExporter commented 8 years ago
Could not reproduce it running 8.6.0:

$ ls

$ a2x -D . -L -a toc -d book -f pdf ../t.txt

$ ls
t.pdf

Original comment by srack...@gmail.com on 19 Aug 2010 at 11:22