summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-25 15:36:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-25 15:36:17 +0300
commitf1afd377c55f948f685ddfa2f668491fb4f9b021 (patch)
tree36a743e4c1ab3c9cc78db0893e6c11ce931412d5 /GNUmakefile
parentc59f619e101464874ba1535c7a2bed42306b5866 (diff)
downloadfileserv-f1afd377c55f948f685ddfa2f668491fb4f9b021.tar.gz
fileserv-f1afd377c55f948f685ddfa2f668491fb4f9b021.tar.bz2
Add NEWS and automatically generated ChangeLog file.
* GNUmakefile: New file. * NEWS: New file. * git2clog.pl: New file. * Makefile.am: Distribute the ChangeLog file * README: Update. * configure.ac: Raise version number.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..c36f6cd
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,17 @@
+ifneq (,$(wildcard Makefile))
+ include Makefile
+
+.PHONY: ChangeLog
+ChangeLog:
+ @perl ./git2clog.pl
+
+else
+$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all): Makefile
+ $(MAKE) $(MAKECMDGOALS)
+
+Makefile: Makefile.am configure
+ ./configure
+
+configure: configure.ac
+ autoreconf -f -i -s
+endif

Return to:

Send suggestions and report system problems to the System administrator.