mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 08:58:02 +02:00
Makefile.am: INSTALL file is missing or incorrect #24206
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
This commit is contained in:
parent
2ddb34caa2
commit
77eefcd20b
1 changed files with 5 additions and 2 deletions
|
|
@ -10,9 +10,12 @@ EXTRA_DIST += ChangeLog
|
|||
|
||||
MAINTAINERCLEANFILES = ChangeLog
|
||||
|
||||
.PHONY: ChangeLog
|
||||
.PHONY: ChangeLog INSTALL
|
||||
|
||||
INSTALL:
|
||||
$(INSTALL_CMD)
|
||||
|
||||
ChangeLog:
|
||||
$(CHANGELOG_CMD)
|
||||
|
||||
dist-hook: ChangeLog
|
||||
dist-hook: ChangeLog INSTALL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue