The added complexity might not be worth the result though Signed-off-by: Samuel Stirtzel <[email protected]> --- data/ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 11fe1b2..a9ede7b 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -21,4 +21,4 @@ EXTRA_DIST = \ # Purge GtkBuilder UI files .glade.ui: - sed 's/^ *</</' < $< > $@ + sed 's/<!--.*-->//' < $< | sed ':a;N;$$!ba;s/ *\n *</</g' > $@ -- 1.7.9.5 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
