Fri Aug 4 00:53:32 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Add omitted tags, change refs to "book.sgml" to
- Next message: [Slony1-commit] By xfade: More unused var warnings.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Add clean target to Makefile. Since we now exit on errors, make clean failed because we did not have a clean target. Modified Files: -------------- slony1-engine/doc/howto: Makefile (r1.10 -> r1.11) -------------- next part -------------- Index: Makefile =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -Ldoc/howto/Makefile -Ldoc/howto/Makefile -u -w -r1.10 -r1.11 --- doc/howto/Makefile +++ doc/howto/Makefile @@ -31,3 +31,5 @@ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/howto || exit; \ done endif + +clean:
- Previous message: [Slony1-commit] By cbbrowne: Add omitted tags, change refs to "book.sgml" to
- Next message: [Slony1-commit] By xfade: More unused var warnings.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list