Create $DESTDIR/share/calendar directory on install.
Also, added .gitignore for all new components.
This commit is contained in:
1
share/.gitignore
vendored
1
share/.gitignore
vendored
@@ -2,3 +2,4 @@ re.help
|
||||
misc
|
||||
unixbench
|
||||
emg.keys
|
||||
calendar
|
||||
|
||||
1
src/cmd/calendar/.gitignore
vendored
Normal file
1
src/cmd/calendar/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
calendar
|
||||
@@ -27,6 +27,7 @@ depend: ${SRCS}
|
||||
install: all
|
||||
install calendar ${DESTDIR}/bin/calendar
|
||||
cp ${MAN} ${DESTDIR}/share/man/cat1/
|
||||
@mkdir -p ${DESTDIR}/share/calendar
|
||||
install calendars/calendar.* ${DESTDIR}/share/calendar/
|
||||
|
||||
lint: ${SRCS}
|
||||
|
||||
1
src/cmd/md5/.gitignore
vendored
Normal file
1
src/cmd/md5/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
md5
|
||||
1
src/games/caesar/.gitignore
vendored
Normal file
1
src/games/caesar/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
caesar
|
||||
1
src/games/pig/.gitignore
vendored
Normal file
1
src/games/pig/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pig
|
||||
1
src/games/pom/.gitignore
vendored
Normal file
1
src/games/pom/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pom
|
||||
Reference in New Issue
Block a user