balsa r7945 - trunk/help/C



Author: pawels
Date: Sat Jun 14 14:01:58 2008
New Revision: 7945
URL: http://svn.gnome.org/viewvc/balsa?rev=7945&view=rev

Log:
Revoke an experiment.

Modified:
   trunk/help/C/Makefile.am

Modified: trunk/help/C/Makefile.am
==============================================================================
--- trunk/help/C/Makefile.am	(original)
+++ trunk/help/C/Makefile.am	Sat Jun 14 14:01:58 2008
@@ -68,21 +68,5 @@
 	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/stylesheet-images/$$basefile;\
 	done
 
-uninstall-data-local: index.html
-	$(mkinstalldirs) $(DESTDIR)$(balsa_helpdir)/images
-	$(mkinstalldirs) $(DESTDIR)$(balsa_helpdir)/stylesheet-images
-	-for file in balsa/*.html; do \
-	basefile=`basename $$file`; \
-	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/$$basefile; \
-	done
-	-for file in $(srcdir)/images/*.png ; do \
-	basefile=`basename $$file`; \
-	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/images/$$basefile;\
-	done
-	-for file in $(srcdir)/stylesheet-images/*.gif ; do \
-	basefile=`basename $$file`; \
-	$(INSTALL_DATA) $$file $(DESTDIR)$(balsa_helpdir)/stylesheet-images/$$basefile;\
-	done
-
 clean-hook:
 	-cd images && rm *.eps



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