X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=Makefile.am;h=ab734b2e509e4fbf5806bf5bcd2bb0e5f3e64aa7;hp=d2d3b84cf386af7696d93790b81cc72976f172df;hb=refs%2Fheads%2Fmaster;hpb=0a6cb49628602587229c6c88627fa2e1453b1d52 diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index d2d3b84c..00000000 --- a/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -## Process this file with automake to produce Makefile.in. - -include $(top_srcdir)/aminclude.am - -SUBDIRS = src po doc plugins -DIST_SUBDIRS = src po doc plugins - -man_MANS = geeqie.1 - -readmedir = @readmedir@ - -if HAVE_MARKDOWN -readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS README.html ChangeLog.html -else -readme_DATA = README.md COPYING ChangeLog TODO README.lirc AUTHORS ChangeLog.html -endif - -desktopdir = $(datadir)/applications -desktop_in_files = geeqie.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -@INTLTOOL_DESKTOP_RULE@ - -icondir = $(datadir)/pixmaps -icon_DATA = geeqie.png - -EXTRA_DIST = \ - $(readme_DATA) \ - $(desktop_in_files) \ - $(icon_DATA) \ - geeqie.spec.in \ - geeqie.1 \ - doxygen.conf - -dist-hook: geeqie.spec - cp $(top_builddir)/geeqie.spec $(distdir) - -DISTCLEANFILES = config.report -CLEANFILES = $(desktop_DATA) - -.PHONY: ChangeLog -ChangeLog.html: - ./gen_changelog.sh - -README.html: README.md - ./gen_readme.sh