X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=9f9c0d5e211cc1fb72939804cd019c300d5854c7;hb=978c3c07cfd3ce296546ac6c950b2c39d7fb76ec;hp=ad53ce77b9433513f59c161886b120826f63744e;hpb=efe16756b891974b3cd72e8de8ed5bdbdb5ba980;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index ad53ce7..9f9c0d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## 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 $ +## $Id: Makefile.am,v 1.25 2008-02-14 14:25:41 marc Exp $ SUBDIRS = xml src etc doc @@ -18,25 +18,21 @@ dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; 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/*.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