aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a770596..afd027f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PREFIX=/usr
PROGRAM=adjbacklight
BOOK=$(PROGRAM)
-BOOKDIR=./
+BOOKDIR=info/
# compile the package
@@ -82,5 +82,5 @@ uninstall:
# remove files created by `all`
.PHONY: clean
clean:
- rm -r *.{class,t2d,aux,cp,cps,fn,ky,log,pg,pgs,toc,tp,vr,vrs,op,ops,bak,info,pdf,ps,dvi,gz} 2>/dev/null || exit 0
+ -rm -r *.{class,t2d,aux,cp,cps,fn,ky,log,pg,pgs,toc,tp,vr,vrs,op,ops,bak,info,pdf,ps,dvi,gz} 2>/dev/null