[PATCH libXaw3d] Add makefile targets for ChangeLog and INSTALL
Gaetan Nadon
memsize at videotron.ca
Thu Aug 25 17:01:41 PDT 2011
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
Makefile.am | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c23350b..67d1f11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,3 +2,15 @@ SUBDIRS = include src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xaw3d.pc
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL
--
1.7.4.1
More information about the xorg-devel
mailing list