Merging upstream version 20230618.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
caaa19c05f
commit
d78a7247ae
67 changed files with 11203 additions and 4163 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue