X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hp=5249fa2b6475bc8a6a62a08f9e42fa4828c4a7d4;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=a4661dbb42479f8c2442d2409fd312b2082c3a01 diff --git a/Makefile.am b/Makefile.am index 5249fa2..b1eecf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,37 @@ -SUBDIRS = 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\ - www\ - tests +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 = README COPYING NEWS AUTHORS INSTALL - -autostartdir = $(sysconfdir)/xdg/autostart -autostart_DATA = psensor.desktop +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 ASCIIDOCTOR +README.html: README + asciidoctor -n README +NEWS.html: NEWS + asciidoctor NEWS +endif