summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 13:08:32 +0100
committerraveit65 <[email protected]>2021-02-04 22:46:51 +0100
commit97e1fe87f7cb362e0731b4aceec5b8f21e5632d1 (patch)
tree5feb76d92b71af6159d77f383e4a9851b215219f /configure.ac
parent299d0088a38a465c9de2ef890cecba9bd7a2b0f5 (diff)
downloadpluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.bz2
pluma-97e1fe87f7cb362e0731b4aceec5b8f21e5632d1.tar.xz
build: Use PACKAGE_URL variable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 16 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c5cce9f2..e2bdf362 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,6 +228,7 @@ YELP_HELP_INIT
AC_CONFIG_FILES([
Makefile
+data/pluma.appdata.xml.in
data/pluma.desktop.in
data/pluma-bugreport.sh
data/pluma.pc
@@ -243,29 +244,41 @@ help/Makefile
pixmaps/Makefile
plugins/Makefile
plugins/docinfo/Makefile
-plugins/externaltools/data/Makefile
+plugins/docinfo/docinfo.plugin.desktop.in
plugins/externaltools/Makefile
+plugins/externaltools/externaltools.plugin.desktop.in
+plugins/externaltools/data/Makefile
plugins/externaltools/scripts/Makefile
plugins/externaltools/tools/Makefile
plugins/filebrowser/Makefile
+plugins/filebrowser/filebrowser.plugin.desktop.in
plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml
plugins/modelines/Makefile
+plugins/modelines/modelines.plugin.desktop.in
plugins/pythonconsole/Makefile
-plugins/pythonconsole/pythonconsole/Makefile
+plugins/pythonconsole/pythonconsole.plugin.desktop.in
plugins/pythonconsole/org.mate.pluma.plugins.pythonconsole.gschema.xml
+plugins/pythonconsole/pythonconsole/Makefile
plugins/quickopen/Makefile
+plugins/quickopen/quickopen.plugin.desktop.in
plugins/quickopen/quickopen/Makefile
+plugins/snippets/Makefile
+plugins/snippets/snippets.plugin.desktop.in
plugins/snippets/data/lang/Makefile
plugins/snippets/data/Makefile
-plugins/snippets/Makefile
plugins/snippets/snippets/Makefile
plugins/sort/Makefile
+plugins/sort/sort.plugin.desktop.in
plugins/spell/Makefile
plugins/spell/org.mate.pluma.plugins.spell.gschema.xml
+plugins/spell/spell.plugin.desktop.in
plugins/taglist/Makefile
+plugins/taglist/taglist.plugin.desktop.in
plugins/time/Makefile
plugins/time/org.mate.pluma.plugins.time.gschema.xml
+plugins/time/time.plugin.desktop.in
plugins/trailsave/Makefile
+plugins/trailsave/trailsave.plugin.desktop.in
po/Makefile.in
tests/Makefile
])