Syncing to 0.8.1
[geeqie.git] / Makefile.am
index 8a6e380..159ebb8 100644 (file)
@@ -3,7 +3,10 @@
 SUBDIRS = src intl po
 DIST_SUBDIRS = src intl po
 
-EXTRA_DIST = gqview.desktop gqview.png gqview.spec BUGS ChangeLog
+EXTRA_DIST = \
+       gqview.desktop  \
+       gqview.png      \
+       gqview.spec.in
 
 if HAVE_GNOME
 desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
@@ -13,3 +16,6 @@ icondir = $(GNOME_DATADIR)/pixmaps
 icon_DATA = gqview.png
 endif
 
+dist-hook: gqview.spec
+       cp $(top_builddir)/gqview.spec $(distdir)
+