diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-24 23:56:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-24 23:56:49 +0200 |
commit | c34dc62befa64edec126a6a1d54c6effd551e311 (patch) | |
tree | 8fbf03843b2fd0bfec21fdace4db68de40d5bdd5 | |
parent | m (diff) | |
download | adjbacklight-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>
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | info/adjbacklight.texinfo (renamed from adjbacklight.texinfo) | 0 | ||||
-rw-r--r-- | info/fdl.texinfo (renamed from fdl.texinfo) | 0 | ||||
-rw-r--r-- | info/gpl.texinfo (renamed from gpl.texinfo) | 0 |
4 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/adjbacklight.texinfo b/info/adjbacklight.texinfo index be30c2d..be30c2d 100644 --- a/adjbacklight.texinfo +++ b/info/adjbacklight.texinfo diff --git a/fdl.texinfo b/info/fdl.texinfo index cb71f05..cb71f05 100644 --- a/fdl.texinfo +++ b/info/fdl.texinfo diff --git a/gpl.texinfo b/info/gpl.texinfo index 97a17e1..97a17e1 100644 --- a/gpl.texinfo +++ b/info/gpl.texinfo |