|
Revision 2854
(checked in by chipx86, 2 years ago)
|
- Fix make distcheck and remove the old RPM spec file.
- Update the news.
- Bump the version to 0.4.1.
|
| Line | |
|---|
| 1 |
SUBDIRS = libnotify docs tools tests |
|---|
| 2 |
|
|---|
| 3 |
pcdata_DATA = libnotify.pc |
|---|
| 4 |
pcdatadir = $(libdir)/pkgconfig |
|---|
| 5 |
|
|---|
| 6 |
EXTRA_DIST = \ |
|---|
| 7 |
AUTHORS NEWS INSTALL COPYING README \ |
|---|
| 8 |
ChangeLog \ |
|---|
| 9 |
autogen.sh \ |
|---|
| 10 |
configure.ac \ |
|---|
| 11 |
libnotify.pc.in |
|---|
| 12 |
|
|---|
| 13 |
$(OBJECTS): libtool |
|---|
| 14 |
libtool: $(LIBTOOL_DEPS) |
|---|
| 15 |
$(SHELL) ./config.status --recheck |
|---|
| 16 |
|
|---|
| 17 |
doxygen: |
|---|
| 18 |
@echo "Running doxygen..." |
|---|
| 19 |
@doxygen Doxyfile |
|---|
| 20 |
|
|---|
| 21 |
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |
|---|