Skip to content

Commit

Permalink
manpages: rename files in repository
Browse files Browse the repository at this point in the history
The .$N suffixes may conflict with object files.
They don't right now, but why take the risk?
  • Loading branch information
oridb committed Sep 4, 2020
1 parent f19481b commit e43ded6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions mkfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ install:V:
mk $MKFLAGS $i.install
for (i in $RC)
mk $MKFLAGS $i.rcinstall
cp git.1 /sys/man/1/git
cp gitfs.4 /sys/man/4/gitfs
cp git.1.man /sys/man/1/git
cp gitfs.4.man /sys/man/4/gitfs
cp common.rc /sys/lib/git/common.rc
mk $MKFLAGS /sys/lib/git/template

Expand Down

0 comments on commit e43ded6

Please sign in to comment.