put old docs from 0.6.4 into doc_0.6.4

This commit is contained in:
Gwenhael Le Moine 2023-05-04 16:45:44 +02:00
parent f743357bca
commit 073178cd2a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
9 changed files with 1 additions and 1 deletions

View file

@ -78,7 +78,7 @@ install: all
gzip -9 $(DESTDIR)$(MANDIR)/man1/x48ng.1
install -m 755 -d -- $(DESTDIR)$(DOCDIR)
cp -R AUTHORS COPYING ChangeLog* LICENSE README* doc/ romdump/ $(DESTDIR)$(DOCDIR)
cp -R AUTHORS COPYING LICENSE README* doc* romdump/ $(DESTDIR)$(DOCDIR)
install -m 755 -d -- $(DESTDIR)$(PREFIX)/share/applications
sed "s|@PREFIX@|$(PREFIX)|g" x48ng.desktop > $(DESTDIR)$(PREFIX)/share/applications/x48ng.desktop