diff options
| author | 2019-11-10 22:14:10 -0500 | |
|---|---|---|
| committer | 2019-11-10 22:14:10 -0500 | |
| commit | 0c73e982fa596da07f23b377621ab894a9e64884 (patch) | |
| tree | 96f6a40a5656c15a2ec7217a8a1efcff5827bcbb /Makefile | |
| parent | 40f5fe6edef268632d3bc484e85e5b37bad67bff (diff) | |
New upstream version 1.11.1upstream/1.11.1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 5a98fcd..0000000 --- a/Makefile +++ /dev/null @@ -1,45 +0,0 @@ - -PREFIX ?= /usr/local -BINDIR ?= $(PREFIX)/bin -MANDIR ?= $(PREFIX)/man -SHAREDIR ?= $(PREFIX)/share -PYTHON ?= /usr/bin/env python3 - -# set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local -SYSCONFDIR = $(shell if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi) - -all: man completion docs/supportedsites.rst - -clean: - $(RM) gallery-dl.1 gallery-dl.conf.5 gallery-dl.bash_completion - $(RM) -r build/ - -install: man completion - $(PYTHON) setup.py install - -release: man completion docs/supportedsites.rst - scripts/release.sh - -test: - scripts/run_tests.sh - -executable: - scripts/pyinstaller.py - -completion: gallery-dl.bash_completion - -man: gallery-dl.1 gallery-dl.conf.5 - -.PHONY: all clean install release test executable completion man - -docs/supportedsites.rst: gallery_dl/*/*.py scripts/supportedsites.py - $(PYTHON) scripts/supportedsites.py - -gallery-dl.1: gallery_dl/option.py scripts/man.py - $(PYTHON) scripts/man.py - -gallery-dl.conf.5: docs/configuration.rst scripts/man.py - $(PYTHON) scripts/man.py - -gallery-dl.bash_completion: gallery_dl/option.py scripts/bash_completion.py - $(PYTHON) scripts/bash_completion.py |
