[gnome-sound-recorder] Prevent stylesheet file deletion after 'make clean'



commit dbac83111d62fc6ce24f90ed24a227398fe15b2f
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Sat Feb 27 23:21:35 2016 +0100

    Prevent stylesheet file deletion after 'make clean'
    
    The files described inside the CLEANFILES group
    contains the stylesheet file.
    
    Therefore, if the 'make clean' command is executed
    the file is deleted with no good reason.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762798
    
    Signed-off-by: Meg Ford <megford gnome org>

 data/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index a638232..acacfe6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -33,7 +33,6 @@ CLEANFILES = \
        $(apps_DATA) \
        *.valid \
        gschemas.compiled \
-       application.css \
        $(NULL)
 
 # For uninstalled use


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