Create $DESTDIR/share/calendar directory on install.

Also, added .gitignore for all new components.
This commit is contained in:
Sergey
2015-07-04 18:46:48 -07:00
parent 455d7aeffe
commit 1bf595e11a
7 changed files with 7 additions and 0 deletions

1
share/.gitignore vendored
View File

@@ -2,3 +2,4 @@ re.help
misc misc
unixbench unixbench
emg.keys emg.keys
calendar

1
src/cmd/calendar/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
calendar

View File

@@ -27,6 +27,7 @@ depend: ${SRCS}
install: all install: all
install calendar ${DESTDIR}/bin/calendar install calendar ${DESTDIR}/bin/calendar
cp ${MAN} ${DESTDIR}/share/man/cat1/ cp ${MAN} ${DESTDIR}/share/man/cat1/
@mkdir -p ${DESTDIR}/share/calendar
install calendars/calendar.* ${DESTDIR}/share/calendar/ install calendars/calendar.* ${DESTDIR}/share/calendar/
lint: ${SRCS} lint: ${SRCS}

1
src/cmd/md5/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
md5

1
src/games/caesar/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
caesar

1
src/games/pig/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
pig

1
src/games/pom/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
pom