X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=541bc16cda8e34b2aa2eb33f73a934e2db823f97;hb=7216ebcd3cc22c1d47010a94d5152f7ae3a53609;hp=ad53ce77b9433513f59c161886b120826f63744e;hpb=efe16756b891974b3cd72e8de8ed5bdbdb5ba980;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index ad53ce7..541bc16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2007, Index Data ApS -## $Id: Makefile.am,v 1.22 2007-02-26 11:40:03 marc Exp $ +## Copyright (C) 2005-2008 Index Data SUBDIRS = xml src etc doc @@ -15,28 +14,27 @@ EXTRA_DIST = Doxyfile.in NEWS README LICENSE \ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure dist-hook: - if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi + if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win + mkdir $(distdir)/debian + cp $(srcdir)/debian/control $(distdir)/debian + cp $(srcdir)/debian/copyright $(distdir)/debian + cp $(srcdir)/debian/changelog $(distdir)/debian + cp $(srcdir)/debian/rules $(distdir)/debian + cp $(srcdir)/debian/*.install $(distdir)/debian + cp $(srcdir)/debian/metaproxy.default $(distdir)/debian + cp $(srcdir)/debian/metaproxy.init $(distdir)/debian + cp $(srcdir)/debian/metaproxy.logrotate $(distdir)/debian + +#cp $(srcdir)/debian/*.manpages $(distdir)/debian +#cp $(srcdir)/debian/*.postinst $(distdir)/debian + -# doxygen target .PHONY:dox dox: doxygen -.PHONY:firefox -firefox: - firefox -new-window file://`pwd`/dox/html/index.html & - -.PHONY:konqueror -konqueror: - konqueror file://`pwd`/dox/html/index.html & - -.PHONY:galeon -galeon: - galeon file://`pwd`/dox/html/index.html & - -.PHONY:epiphany -epiphany: - epiphany --new-window file://`pwd`/dox/html/index.html & - +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot