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
src/cmd/calendar/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
calendar

View File

@@ -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
View File

@@ -0,0 +1 @@
md5