Check-in Number:
|
662 | |
Date: |
2001-Aug-13 21:35:09 (local)
2001-Aug-13 19:35:09 (UTC) |
User: | rse |
Branch: | |
Comment: |
Add target for building ChangeLog from CVS logs |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile.in 1.29 -> 1.30
--- Makefile.in 2001/08/13 19:23:32 1.29
+++ Makefile.in 2001/08/13 19:35:09 1.30
@@ -127,6 +127,11 @@
NAME="XDS"; ONELINE="Extensible Data Serialization"; \
$(_MANPAGE)
+# build GNU style ChangeLog
+ChangeLog::
+ cvs2cl --revisions --branches --tags --no-wrap --separate-header --gmt
+ -$(RM) ChangeLog.bak
+
# perform standard installation procedure
install: all
$(SHTOOL) mkdir -p -f -m 755 $(DESTDIR)$(bindir)
|
|