Makefile
changeset 13 d9694ca1b7fc
parent 0 e05dded1b622
child 15 ae5ccba87bfc
--- a/Makefile	Tue Feb 03 11:00:50 2009 +0000
+++ b/Makefile	Wed Feb 11 10:34:18 2009 +0000
@@ -13,6 +13,10 @@
 		|| install -m644 config.pm $(DESTDIR)/$(sysconfdir)/config.pm
 	install -d $(bindir)
 	install -m755 $(bin_SCRIPTS) $(DESTDIR)/$(bindir)/
+
+	install -d $(DESTDIR)/usr/share/perl5/Logbuch
+	install -m644 Logbuch/HG.pm $(DESTDIR)/usr/share/perl5/Logbuch/
+
 	cd $(DESTDIR)/$(bindir) && ln -sf log logbuch
 
 clean: