Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-21 11:46:37 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-05-21 11:46:37 (GMT)
commit3294f7102500ef787ffd0314c95bfe59c0c9a6bf (patch)
tree4ed75791ac2ea218487f4a3758e90084779ae4bf /data/Makefile.am
parente533ab12f74d16805e0d9a984f9f6383ab5d7bc6 (diff)
Conditionally add dvi and djvu mime types to desktop file. Fix for 304658
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 9eece2b..183e455 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -15,8 +15,8 @@ glade_DATA = \
evince-password.glade \
$(NULL)
-DESKTOP_IN_FILES= evince.desktop.in
-DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop)
+DESKTOP_IN_FILES= evince.desktop.in.in
+DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in.in=.desktop)
desktopdir = $(datadir)/applications
desktop_DATA = $(DESKTOP_FILES)