diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 05:39:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 05:39:26 +0100 |
commit | 9ba927684c7d7d85adb09519e73b60d7c13fdca4 (patch) | |
tree | bcd0ba347aa054b9ee4d185c6de1cd96ba685498 /Makefile | |
parent | info manual (diff) | |
download | solar-python-9ba927684c7d7d85adb09519e73b60d7c13fdca4.tar.gz solar-python-9ba927684c7d7d85adb09519e73b60d7c13fdca4.tar.bz2 solar-python-9ba927684c7d7d85adb09519e73b60d7c13fdca4.tar.xz |
update makefile2.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,10 +106,10 @@ bin/%.ps: doc/info/%.texinfo .PHONY: install -install: install-base +install: install-base install-info .PHONY: install-all -install-all: install-base +install-all: install-base install-doc .PHONY: install-base install-base: install-lib install-copyright |