changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / emacs/makefile

changeset 671: 1f065ead57ca
parent: 60d6537e4fd5
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 21:22:28 -0400
permissions: -rw-r--r--
description: removed use of internal 'describe-block'
1 DOTEMACS:=$(HOME)/.emacs.d
2 install:$(wildcard *.el) lib
3  mkdir -pv $(DOTEMACS)
4  cp -rf $^ $(DOTEMACS)/
5 .PHONY: c
6 clean:;rm -rf $(DOTEMACS)/{*.el,lisp,site-lisp}