diff options
| author | Mark Oteiza <mvoteiza@udel.edu> | 2014-12-09 14:58:06 -0500 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2014-12-10 11:10:15 +0100 |
| commit | 45f59e28eb27c7a68b8b8e698eb3c395ab032353 (patch) | |
| tree | 02cbc4f254b672407bcb9a15f32e4589f74ff5fe /Makefile | |
| parent | 633b6d7ee3ffae2402d04241145b9402f09ac62d (diff) | |
Remove info manual portions from Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -151,15 +151,9 @@ $(LOADDEFS_FILE): $(ELS) (make-backup-files nil))\ (update-directory-autoloads \".\")))" -.PHONY: docs -docs: magit.info dir - %.info: %.texi @$(MAKEINFO) $< -o $@ -dir: magit.info - @$(INSTALL_INFO) --dir=$@ $< - CONTRIBUTORS_URL = https://github.com/magit/magit/graphs/contributors define AUTHORS_HEADER Authors @@ -216,7 +210,7 @@ install-lisp: lisp $(CP) $(LOADDEFS_FILE) $(DESTDIR)$(LOADDEFS_DIR)/$(LOADDEFS_FILE) .PHONY: install-docs -install-docs: docs +install-docs: $(MKDIR) $(DESTDIR)$(docdir) $(CP) AUTHORS.md $(DESTDIR)$(docdir) @@ -234,7 +228,6 @@ clean: @printf "Cleaning\n" @$(RM) $(ELCS) $(LOADDEFS_FILE) magit-version.el *.tar.gz *.tar @$(RMDIR) magit-$(VERSION) - @test ! -e .git || $(RM) magit.info DIST_FILES = $(ELS) magit-version.el Makefile AUTHORS.md README.md |
