X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=0000000000000000000000000000000000000000;hp=df37f0fadc44d7e7e09fab80f2449328a958c695;hb=46d058bd1e0f43ea797d19c7e71464e5cf65e902;hpb=02611eef7107eba73945e0ad47edb129c6261cc2 diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index df37f0f..0000000 --- a/Makefile.am +++ /dev/null @@ -1,37 +0,0 @@ -SUBDIRS = doc \ - po \ - src \ - icons/hicolor/scalable \ - icons/hicolor/14x14 \ - icons/hicolor/16x16 \ - icons/hicolor/22x22 \ - icons/hicolor/24x24 \ - icons/hicolor/32x32 \ - icons/hicolor/48x48 \ - icons/hicolor/64x64 \ - icons/ubuntu-mono-dark/status/22 \ - icons/ubuntu-mono-light/status/22 \ - icons/ubuntu-mono-dark/apps/22 \ - www \ - tests - -dist_doc_DATA = AUTHORS \ - COPYING \ - INSTALL \ - NEWS \ - NEWS.html \ - README \ - README.html - -desktopdir = $(datadir)/applications -desktop_DATA = psensor.desktop - -EXTRA_DIST = $(desktop_DATA) $(autostart_DATA) - -if ASCIIDOC -README.html: README www/style.css - asciidoc --theme style -a themedir=`pwd`/www -n -a toc README - -NEWS.html: NEWS www/style.css - asciidoc --theme style -a themedir=`pwd`/www NEWS -endif