mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Support for the new Changes file.
This commit is contained in:
parent
1c435dfadc
commit
18122cd250
1
Makefile
1
Makefile
@ -30,6 +30,7 @@ install:
|
|||||||
install -d /usr/share/doc/gbootroot/html/images
|
install -d /usr/share/doc/gbootroot/html/images
|
||||||
cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html
|
cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html
|
||||||
cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images
|
cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images
|
||||||
|
cp -fa Changes /usr/share/doc/gbootroot/Changes
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
rm /usr/bin/gbootroot
|
rm /usr/bin/gbootroot
|
||||||
|
@ -27,6 +27,7 @@ install:
|
|||||||
install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
install -d $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
||||||
cp -fa doc/html/{*html,*4} $(DESTDIR)/usr/share/doc/gbootroot/html
|
cp -fa doc/html/{*html,*4} $(DESTDIR)/usr/share/doc/gbootroot/html
|
||||||
cp -fa doc/html/images/{*jpg,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
cp -fa doc/html/images/{*jpg,*gif} $(DESTDIR)/usr/share/doc/gbootroot/html/images
|
||||||
|
cp -fa Changes $(DESTDIR)/usr/share/doc/gbootroot/Changes
|
||||||
|
|
||||||
|
|
||||||
remove:
|
remove:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user