diff Makefile.am @ 4:e149abcda4eb

Syncing to 0.8.1
author gqview
date Sat, 15 Apr 2000 23:15:02 +0000
parents b3e0e515fabf
children e0d0593d519e
line wrap: on
line diff
--- a/Makefile.am	Thu Apr 13 12:55:19 2000 +0000
+++ b/Makefile.am	Sat Apr 15 23:15:02 2000 +0000
@@ -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 @@
 icon_DATA = gqview.png
 endif
 
+dist-hook: gqview.spec
+	cp $(top_builddir)/gqview.spec $(distdir)
+