Fix href= in <toc>.
[doclang.git] / GNUmakefile
index 52d7256f95c633ec330b9fa3fc4f97e4297ffcc1..3f90879da9bc7ae2a71f8985e78a4293f03c645e 100644 (file)
@@ -1,4 +1,4 @@
-CABAL := $(shell find . -maxdepth 1 -name '*.cabal' -printf %f -quit)
+CABAL := $(shell find . -maxdepth 1 -name '*.cabal' -print -quit)
 
 all: build
 
@@ -43,7 +43,7 @@ lint: HLint.hs
        if hlint --quiet --report=hlint.html -XNoCPP \
         $(shell cabal-cargs --format=ghc --only=default_extensions --sourcefile=$(CABAL)) $(HLINT_FLAGS) .; \
        then rm -f hlint.html; \
-       else sensible-browser hlint.html & fi
+       else sensible-browser ./hlint.html & fi
 
 tag:
        name=$$(sed -ne 's/^name: *\(.*\)/\1/p' "$(CABAL)"); \