mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 07:18:03 +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
2ee03af19d
commit
ee09bc24ce
1 changed files with 5 additions and 2 deletions
|
|
@ -13,9 +13,12 @@ EXTRA_DIST = inputproto.pc.in
|
|||
EXTRA_DIST += ChangeLog XI2proto.txt XIproto.txt
|
||||
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