PATCH: small glitch in gnome-utils/gtt



To allow compilation from any directory.

--LG

Index: gtt/help/es/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-utils/gtt/help/es/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- gtt/help/es/Makefile.am	1999/02/24 19:26:19	1.2
+++ gtt/help/es/Makefile.am	1999/02/24 23:11:08
@@ -8,6 +8,6 @@
 
 install-data-local:
 	$(mkinstalldirs) $(gtt_helpdir)
-	$(INSTALL_DATA)  index.html $(gtt_helpdir)
-	$(INSTALL_DATA)  topic.dat $(gtt_helpdir)
+	$(INSTALL_DATA)  $(srcdir)/index.html $(gtt_helpdir)
+	$(INSTALL_DATA)  $(srcdir)/topic.dat $(gtt_helpdir)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]