summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:02:12 +0000
commit4f15994d3bd127ad20dcb7c93bfb715115c59923 (patch)
tree95aaa746ef73b7e0389fed980fc9a1b33f18558a /Makefile
parentReleasing version 20230205. (diff)
downloadgnome-shell-extensions-extra-4f15994d3bd127ad20dcb7c93bfb715115c59923.tar.xz
gnome-shell-extensions-extra-4f15994d3bd127ad20dcb7c93bfb715115c59923.zip
Adding todo file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca57896..20376ee 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ package-build: share/man/*.rst
package-install: package-build
mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE)
- cp -r CHANGELOG.txt LICENSE.txt README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE)
+ cp -r CHANGELOG.txt LICENSE.txt README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE)
for SECTION in $$(seq 1 8); \
do \