[csw-devel] SF.net SVN: gar:[4796] csw/mgar/pkg/watch/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sun May 10 18:14:07 CEST 2009
Revision: 4796
http://gar.svn.sourceforge.net/gar/?rev=4796&view=rev
Author: skayser
Date: 2009-05-10 16:14:07 +0000 (Sun, 10 May 2009)
Log Message:
-----------
watch: added changelog.CSW
Modified Paths:
--------------
csw/mgar/pkg/watch/trunk/Makefile
Modified: csw/mgar/pkg/watch/trunk/Makefile
===================================================================
--- csw/mgar/pkg/watch/trunk/Makefile 2009-05-10 16:07:30 UTC (rev 4795)
+++ csw/mgar/pkg/watch/trunk/Makefile 2009-05-10 16:14:07 UTC (rev 4796)
@@ -67,9 +67,12 @@
ALL_LDFLAGS="$(LDFLAGS)" watch
$(MAKECOOKIE)
+install-custom: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
install-custom:
@ginstall -d $(DESTDIR)$(bindir)
@ginstall -d $(DESTDIR)$(mandir)/man1
+ @ginstall -d $(DOCDEST)
@ginstall -m 755 $(WORKSRC)/watch $(DESTDIR)$(bindir)
- @ginstall -m 644 $(WORKSRC)/watch.1 $(DESTDIR)$(mandir)/man1
+ @cp $(WORKSRC)/watch.1 $(DESTDIR)$(mandir)/man1
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list