aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-24 23:56:49 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-24 23:56:49 +0200
commitc34dc62befa64edec126a6a1d54c6effd551e311 (patch)
tree8fbf03843b2fd0bfec21fdace4db68de40d5bdd5 /Makefile
parentm (diff)
downloadadjbacklight-c34dc62befa64edec126a6a1d54c6effd551e311.tar.gz
adjbacklight-c34dc62befa64edec126a6a1d54c6effd551e311.tar.bz2
adjbacklight-c34dc62befa64edec126a6a1d54c6effd551e311.tar.xz
move texinfo files into directory info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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