Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-01-13 23:30:40 +0300
committerCasey Deccio <casey@deccio.net>2016-01-13 23:30:40 +0300
commitbc9c6fbde6f6af501690b6e03b2e8a29032740cd (patch)
treeadf4aeb64f632e868aaac9460e94d1155942211c /doc
parent0c242ac85336069b753665adf8a8b21a64b61e35 (diff)
Revert regression introduced in 4fc591f51fd
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 22e2cdd..34d7fc7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,10 +1,7 @@
DOT=dot
-#INKSCAPE=inkscape
-INKSCAPE=/Applications/Inkscape.app/Contents/Resources/bin/inkscape
-#SRCDIR=src
-SRCDIR=/Users/cdeccio/dnsviz/doc/src
-#IMGDIR=images
-IMGDIR=/Users/cdeccio/dnsviz/doc/images
+INKSCAPE=inkscape
+SRCDIR=src
+IMGDIR=images
DOTFILES = $(wildcard $(SRCDIR)/*dot)
DOTPNGFILES = $(DOTFILES:$(SRCDIR)/%.dot=$(IMGDIR)/%.png)