diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-01 03:21:34 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-01 03:21:34 +0000 |
commit | da5080c53ce8e9e520187e19eeb907c46607b4f0 (patch) | |
tree | 415adf4e588615f7989b55a91fa512453b07bade /contrib/Makefile | |
parent | 0608408fbc36dae25ab5cc114fb51b622ecc5937 (diff) | |
download | uritools-da5080c53ce8e9e520187e19eeb907c46607b4f0.tar.gz uritools-da5080c53ce8e9e520187e19eeb907c46607b4f0.zip |
wikipedia search handler added and normal handler updated
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 53667f6..06b2d9c 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -7,4 +7,5 @@ all: install: install -Dt $(PREFIX)/bin wikipedia-handler + install -Dt $(PREFIX)/bin wikipedia-search-handler install -Dt ~/.config/uristart.conf.d/ wikipedia.uristart.conf |