Compare commits
No commits in common. "master" and "v1.1.1" have entirely different histories.
6
Makefile
6
Makefile
@ -35,8 +35,10 @@ clean:
|
|||||||
doc: pacundo.1.gz
|
doc: pacundo.1.gz
|
||||||
|
|
||||||
install: pacundo.1.gz
|
install: pacundo.1.gz
|
||||||
install -Dm755 pacundo.pl $(PREFIX)/bin/pacundo
|
install -d $(PREFIX)/bin
|
||||||
install -Dm644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
install -m 755 pacundo.pl $(PREFIX)/bin/pacundo
|
||||||
|
install -d $(PREFIX)/share/man/man1
|
||||||
|
install -m 644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(RM) $(PREFIX)/bin/pacundo
|
$(RM) $(PREFIX)/bin/pacundo
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH PACUNDO "1" "April 2024" "pacundo 1.1.1" "User Commands"
|
.TH PACUNDO "1" "April 2024" "pacundo 1.1" "User Commands"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
pacundo - A time machine to roll back your ArchLinux machine to a working state.
|
pacundo - A time machine to roll back your ArchLinux machine to a working state.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user