mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<!ENTITY repmgrversion "4.3dev">
|
||||
Reference in New Issue
Block a user