summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/pluma.11
-rwxr-xr-xplugins/taglist/Makefile.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/data/pluma.1 b/data/pluma.1
index 76678ad8..c3a573f7 100644
--- a/data/pluma.1
+++ b/data/pluma.1
@@ -67,7 +67,6 @@ Open the current users .bashrc and .bash_history files in a new Pluma window.
.SS Should you encounter any bugs, they may be reported at:
http://github.com/mate-desktop/pluma/issues
.SH "NOTES"
-./" Obviously remove this if you modify this outside of Pluma. But why on earth would you do that, right?
This version of the Pluma Manual Page was written with Pluma. =)
.SH "AUTHORS"
.SS This Man Page has been updated/re-written for the MATE Desktop Environment by:
diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am
index fcc18345..2b85c58a 100755
--- a/plugins/taglist/Makefile.am
+++ b/plugins/taglist/Makefile.am
@@ -39,7 +39,7 @@ GZIP_ENV = -9
%.tags.gz: %.tags.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache
- GZIP=$(GZIP_ENV) gzip -f $(@:.gz=)
+ GZIP=$(GZIP_ENV) gzip -n -f $(@:.gz=)
plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin)