tMerge branch 'master' of src.adamsgaard.dk:src/scholarref - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
 (HTM) git clone git://src.adamsgaard.dk/scholarref
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fcb8b358e39d182f846d6e2593216bc733072ddf
 (DIR) parent 84b1126dd48d57e3a1f525f19f3d1654b27dcf3c
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 19 Nov 2019 10:20:03 +0100
       
       Merge branch 'master' of src.adamsgaard.dk:src/scholarref
       
       Diffstat:
         M Makefile                            |      10 +++++-----
         M README                              |       3 +++
       
       2 files changed, 8 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -11,10 +11,10 @@ install:
                install -m 775 articlesearch $(DESTDIR)$(PREFIX)/bin
        
        uninstall:
       -        $(RM) $(DESTDIR)$(PREFIX)/getdoi
       -        $(RM) $(DESTDIR)$(PREFIX)/getref
       -        $(RM) $(DESTDIR)$(PREFIX)/scholarref
       -        $(RM) $(DESTDIR)$(PREFIX)/shdl
       -        $(RM) $(DESTDIR)$(PREFIX)/articlesearch
       +        rm -f $(DESTDIR)$(PREFIX)/getdoi
       +        rm -f $(DESTDIR)$(PREFIX)/getref
       +        rm -f $(DESTDIR)$(PREFIX)/scholarref
       +        rm -f $(DESTDIR)$(PREFIX)/shdl
       +        rm -f $(DESTDIR)$(PREFIX)/articlesearch
        
        .PHONY: default install uninstall
 (DIR) diff --git a/README b/README
       t@@ -12,6 +12,9 @@ combined to obtain a BiBTeX entry from a search query or a PDF. The
        `articlesearch` script is an interactive PDF opener, reference manager,
        and publication fetcher for X11 using dmenu[0] and the above tools.
        
       +A blog post detailing the tool background and usage:
       +        https://adamsgaard.dk/scholarref.html
       +
        DISCLAIMER:
        The functionality provided by these programs depends on communication
        with third party webpages, which may or may not be permitted by law and