diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 08:16:47 +0000 |
commit | 839c46e19ac4aa00b619a185ad48ee977162ef2c (patch) | |
tree | 01f1e79a4e164244941361adb0cf062098537f12 /devel-docs/app | |
parent | Adding debian version 2.10.36-3. (diff) | |
download | gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.tar.xz gimp-839c46e19ac4aa00b619a185ad48ee977162ef2c.zip |
Merging upstream version 2.10.38.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devel-docs/app')
-rw-r--r-- | devel-docs/app/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel-docs/app/Makefile.in b/devel-docs/app/Makefile.in index adce921..e76b2f8 100644 --- a/devel-docs/app/Makefile.in +++ b/devel-docs/app/Makefile.in @@ -883,10 +883,10 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." @ENABLE_GTK_DOC_APP_FALSE@clean-local: -@ENABLE_GTK_DOC_APP_FALSE@uninstall-local: -@ENABLE_GTK_DOC_APP_FALSE@install-data-local: -@ENABLE_GTK_DOC_APP_FALSE@maintainer-clean-local: @ENABLE_GTK_DOC_APP_FALSE@distclean-local: +@ENABLE_GTK_DOC_APP_FALSE@maintainer-clean-local: +@ENABLE_GTK_DOC_APP_FALSE@install-data-local: +@ENABLE_GTK_DOC_APP_FALSE@uninstall-local: clean: clean-am clean-am: clean-generic clean-libtool clean-local mostlyclean-am |