Fix assorted Makefile bugs

1. The target additional-maintainer-clean was misspelled as
maintainer-additional-clean.

2. Add add missing clean targets, in particular sysutils.o, config.h,
repmgr_version.h, and Makefile.global. While at it, use a wildcard
for obj files.

3. Don't delete configure.

4. Remove generated file doc/version.sgml from the repo.

5. Have maintainer-clean recurse to the doc directory.
This commit is contained in:
John Naylor
2019-03-15 14:37:33 +08:00
committed by Ian Barwick
parent fbdf9617fa
commit 4f9fc56871
3 changed files with 7 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ clean:
maintainer-clean:
rm -rf html
rm -rf Makefile
rm -f Makefile
zip: html
cp -r html repmgr-docs-$(REPMGR_VERSION)

View File

@@ -1 +0,0 @@
<!ENTITY repmgrversion "4.3dev">