mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
add changelog, applications makefile.am
This commit is contained in:
parent
3cd11fc3f3
commit
38bcf1416f
4 changed files with 5 additions and 2 deletions
1
ChangeLog
Symbolic link
1
ChangeLog
Symbolic link
|
@ -0,0 +1 @@
|
|||
debian/changelog
|
|
@ -1 +1 @@
|
|||
SUBDIRS = usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin
|
||||
SUBDIRS = usr/share/applications usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin
|
||||
|
|
|
@ -15,4 +15,4 @@ AM_INIT_AUTOMAKE(byobu, 2.83)
|
|||
|
||||
# Checks for library functions.
|
||||
|
||||
AC_OUTPUT(Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
AC_OUTPUT(Makefile usr/share/applications/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
|
2
usr/share/applications/Makefile.am
Normal file
2
usr/share/applications/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
applicationdir = $(datadir)/applications/
|
||||
application_SCRIPTS = byobu.desktop
|
Loading…
Add table
Add a link
Reference in a new issue